Liquid container tweak
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 626 B |
@@ -1270,15 +1270,15 @@ public class Blocks implements ContentList{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
liquidContainer = new LiquidRouter("liquid-container"){{
|
liquidContainer = new LiquidRouter("liquid-container"){{
|
||||||
requirements(Category.liquid, with(Items.titanium, 15, Items.metaglass, 15));
|
requirements(Category.liquid, with(Items.titanium, 10, Items.metaglass, 15));
|
||||||
liquidCapacity = 600f;
|
liquidCapacity = 700f;
|
||||||
size = 2;
|
size = 2;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
liquidTank = new LiquidRouter("liquid-tank"){{
|
liquidTank = new LiquidRouter("liquid-tank"){{
|
||||||
requirements(Category.liquid, with(Items.titanium, 30, Items.metaglass, 30));
|
requirements(Category.liquid, with(Items.titanium, 30, Items.metaglass, 40));
|
||||||
size = 3;
|
size = 3;
|
||||||
liquidCapacity = 1500f;
|
liquidCapacity = 1800f;
|
||||||
health = 500;
|
health = 500;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user