Buffed impact reactor

This commit is contained in:
Anuken
2019-05-17 18:10:03 -04:00
parent 8616fc6b05
commit 3b2b79d539

View File

@@ -1109,11 +1109,11 @@ public class Blocks implements ContentList{
requirements(Category.power, ItemStack.with(Items.lead, 1000, Items.silicon, 600, Items.graphite, 800, Items.thorium, 200, Items.surgealloy, 500, Items.metaglass, 500)); requirements(Category.power, ItemStack.with(Items.lead, 1000, Items.silicon, 600, Items.graphite, 800, Items.thorium, 200, Items.surgealloy, 500, Items.metaglass, 500));
size = 4; size = 4;
health = 900; health = 900;
powerProduction = 110f; powerProduction = 130f;
itemDuration = 60f; itemDuration = 80f;
consumes.power(25f); consumes.power(25f);
consumes.item(Items.blastCompound); consumes.item(Items.blastCompound);
consumes.liquid(Liquids.cryofluid, 0.26f); consumes.liquid(Liquids.cryofluid, 0.25f);
}}; }};
//endregion power //endregion power