liquidTank should be consistant as well (#7311)

This commit is contained in:
Lucky Clover
2022-08-07 01:32:13 +08:00
committed by GitHub
parent 0c4d9d89bf
commit e4255755ec

View File

@@ -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;
}};