Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Dec 2, 2023
1 parent 2a028d0 commit c2c3374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/api/fluids/FluidBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class FluidBuilder {

private final Collection<FluidAttribute> attributes = new ArrayList<>();

private FluidState state = FluidState.LIQUID;
private FluidState state = null;
private int temperature = INFER_TEMPERATURE;
private int color = INFER_COLOR;
private boolean isColorEnabled = true;
Expand Down

0 comments on commit c2c3374

Please sign in to comment.