mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-12 16:57:52 +07:00
Liquids are fluids now
This commit is contained in:
@ -1069,7 +1069,7 @@ rules.weather.always = Always
|
||||
rules.weather.duration = Duration:
|
||||
|
||||
content.item.name = Items
|
||||
content.liquid.name = Liquids
|
||||
content.liquid.name = Fluids
|
||||
content.unit.name = Units
|
||||
content.block.name = Blocks
|
||||
content.status.name = Status Effects
|
||||
|
@ -1494,7 +1494,7 @@ public class Blocks{
|
||||
size = 3;
|
||||
consumes.power(1f);
|
||||
rangeWidth = 4;
|
||||
rangeLength = 20;
|
||||
rangeLength = 22;
|
||||
|
||||
consumes.liquid(Liquids.hydrogen, 1f / 60f);
|
||||
|
||||
|
Reference in New Issue
Block a user