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), "A A", " A ", "A A", 'A', Blocks.dirt );
- GameRegistry.addRecipe(new ItemStack(Blocks.crafting_table, 1), "A", 'A', Blocks.dirt );
- GameRegistry.addRecipe(new ItemStack(Items.diamond_pickaxe), "AA", 'A', Blocks.dirt );
- GameRegistry.addRecipe(new ItemStack(ItemList.wrench),
- "A ",
- "A ",
- 'A', Blocks.dirt
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement