mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Liquids are fluids now
This commit is contained in:
@ -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
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user