Bundle update / Minor tweaks

This commit is contained in:
Anuken
2019-03-05 13:50:28 -05:00
parent 335c880af2
commit 82e44397ff
22 changed files with 22 additions and 5 deletions

View File

@@ -1018,7 +1018,7 @@ public class Blocks implements ContentList{
requirements(Category.effect, () -> world.isZone(), ItemStack.with(Items.copper, 500, Items.titanium, 200, Items.silicon, 200, Items.lead, 200));
size = 3;
itemCapacity = 100;
launchTime = 60f * 6;
launchTime = 60f * 8;
hasPower = true;
consumes.power(1f);
}};