Kuuu Posted January 28, 2014 Posted January 28, 2014 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! Quote
TheGreyGhost Posted January 28, 2014 Posted January 28, 2014 Hi I think it's been replaced by ItemCraftedEvent -TGG Quote
Kuuu Posted January 28, 2014 Author Posted January 28, 2014 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 Quote
Recommended Posts
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.