Liquids are fluids now

This commit is contained in:
Anuken
2021-12-03 22:28:05 -05:00
parent 8e4fdc92ec
commit c8fb0c2e76
2 changed files with 2 additions and 2 deletions

View File

@ -1069,7 +1069,7 @@ rules.weather.always = Always
rules.weather.duration = Duration: rules.weather.duration = Duration:
content.item.name = Items content.item.name = Items
content.liquid.name = Liquids content.liquid.name = Fluids
content.unit.name = Units content.unit.name = Units
content.block.name = Blocks content.block.name = Blocks
content.status.name = Status Effects content.status.name = Status Effects

View File

@ -1494,7 +1494,7 @@ public class Blocks{
size = 3; size = 3;
consumes.power(1f); consumes.power(1f);
rangeWidth = 4; rangeWidth = 4;
rangeLength = 20; rangeLength = 22;
consumes.liquid(Liquids.hydrogen, 1f / 60f); consumes.liquid(Liquids.hydrogen, 1f / 60f);