Skip to content

Commit

Permalink
fix: make sure you always apply spotless :D
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jan 14, 2024
1 parent d5d9833 commit 2de9b6b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import gregtech.api.fluids.store.FluidStorage;
import gregtech.api.fluids.store.FluidStorageKey;
import gregtech.api.fluids.store.FluidStorageKeys;
import gregtech.api.unification.material.Material;

import net.minecraftforge.fluids.Fluid;
import net.minecraftforge.fluids.FluidStack;
Expand Down Expand Up @@ -61,7 +60,9 @@ public FluidStack solidifiesFrom(int amount) {

/**
* Sets the fluid that solidifies into the material.
* @param solidifyingFluid The Fluid which solidifies into the material. If left null, it will be left as the default value: the material's liquid.
*
* @param solidifyingFluid The Fluid which solidifies into the material. If left null, it will be left as the
* default value: the material's liquid.
*/
public void setSolidifyingFluid(@Nullable Fluid solidifyingFluid) {
this.solidifyingFluid = solidifyingFluid;
Expand Down

0 comments on commit 2de9b6b

Please sign in to comment.