mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 06:31:42 +07:00
liquidTank should be consistant as well (#7311)
This commit is contained in:
parent
0c4d9d89bf
commit
e4255755ec
@ -2129,6 +2129,7 @@ public class Blocks{
|
||||
liquidTank = new LiquidRouter("liquid-tank"){{
|
||||
requirements(Category.liquid, with(Items.titanium, 30, Items.metaglass, 40));
|
||||
size = 3;
|
||||
solid = true;
|
||||
liquidCapacity = 1800f;
|
||||
health = 500;
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user