Posted January 28, 201411 yr Hello! How can I register crafting handler in 1.7.2? In 1.6.4 I used GameRegistry.registerCraftingHandler(); But now registerCraftingHandler() doesn't exist in GameRegistry Thanks in advance!
January 28, 201411 yr Author Thanks for reply! PlayerEvent.ItemCraftedEvent() //Did you mean this? It takes 3 args: player, itemstack, iinventory I just need to register my crafting handler I used GameRegistry.registerCraftingHandler(new MyCraftingHandler()); It needs only my crafting handler to register it
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.