Reconstructor fixes
This commit is contained in:
@@ -1763,7 +1763,6 @@ public class Blocks implements ContentList{
|
||||
size = 3;
|
||||
consumes.power(3f);
|
||||
consumes.items(ItemStack.with(Items.silicon, 40, Items.graphite, 30));
|
||||
itemCapacity = 30;
|
||||
|
||||
constructTime = 60f * 5f;
|
||||
|
||||
@@ -1781,7 +1780,6 @@ public class Blocks implements ContentList{
|
||||
size = 5;
|
||||
consumes.power(6f);
|
||||
consumes.items(ItemStack.with(Items.silicon, 120, Items.titanium, 80));
|
||||
itemCapacity = 80;
|
||||
|
||||
constructTime = 60f * 15f;
|
||||
|
||||
@@ -1799,7 +1797,6 @@ public class Blocks implements ContentList{
|
||||
consumes.power(12f);
|
||||
consumes.items(ItemStack.with(Items.silicon, 200, Items.titanium, 200, Items.surgealloy, 200));
|
||||
consumes.liquid(Liquids.cryofluid, 1f);
|
||||
itemCapacity = 300;
|
||||
|
||||
constructTime = 60f * 60f;
|
||||
|
||||
@@ -1814,7 +1811,6 @@ public class Blocks implements ContentList{
|
||||
consumes.power(25f);
|
||||
consumes.items(ItemStack.with(Items.silicon, 300, Items.plastanium, 300, Items.surgealloy, 300, Items.phasefabric, 250));
|
||||
consumes.liquid(Liquids.cryofluid, 3f);
|
||||
itemCapacity = 400;
|
||||
|
||||
constructTime = 60f * 60f * 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user