Upgrade slots for more machines

This commit is contained in:
Gig 2015-05-17 19:45:12 +01:00
parent ca98541d70
commit ce4312a578
5 changed files with 12 additions and 3 deletions

View file

@ -233,7 +233,6 @@ public class ModRecipes {
// :( I cant do this
// List<ItemStack> anyhammer = Arrays.asList(hammerIron, hammerDiamond);
GameRegistry.addShapelessRecipe(new ItemStack(ModItems.plate, 1, 13), hammerIron, new ItemStack(Items.iron_ingot));
}