Skip to content

Commit

Permalink
fix lava has water name
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Jun 19, 2022
1 parent ae0a329 commit ad631d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class LavaFluidInfoProvider extends FluidInfoProvider<LavaFluid> {

private static final Text NAME = new TranslatableText("block.minecraft.water");
private static final Text NAME = new TranslatableText("block.minecraft.lava");

@Override
public int getColor() {
Expand Down

0 comments on commit ad631d8

Please sign in to comment.