Balancing

This commit is contained in:
Anuken
2019-02-06 08:58:53 -05:00
parent d0c6d9a489
commit d88923bb71
2 changed files with 3 additions and 5 deletions

View File

@@ -1028,7 +1028,7 @@ public class Blocks implements ContentList{
}};
launchPad = new LaunchPad("launch-pad"){{
requirements(Category.effect, ItemStack.with(Items.copper, 500));
requirements(Category.effect, ItemStack.with(Items.copper, 500, Items.titanium, 200, Items.silicon, 200, Items.lead, 200));
size = 3;
itemCapacity = 100;
launchTime = 60f * 6;