Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void init(){
- GameRegistry.addRecipe(new ItemStack(BlockList.basicSolarPanel, 64),
- new Object[] { "A A", " A ", "A A", 'A', Blocks.dirt });
- GameRegistry.addRecipe(new ItemStack(Blocks.crafting_table, 1), new Object[] { "A", 'A', Blocks.dirt });
- GameRegistry.addRecipe(new ItemStack(Items.diamond_pickaxe), new Object[] { "AA", 'A', Blocks.dirt });
- GameRegistry.addRecipe(new ItemStack(ItemList.wrench), new Object[] { // This is the one
- "A",
- "A",
- 'A', Blocks.dirt
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement