Kitteh6660 Posted November 9, 2020 Posted November 9, 2020 (edited) Hello, Kitteh6660 here. I got around to adding a new beehive made of different planks I call Netherwood. It shows up in recipe book and shows the correct recipe and the output when clicked on. But in attempting to craft, it only outputs the vanilla beehive. The weird thing is that the recipes for the other blocks made of Netherwood (crafting table, chest, and bookshelf) work correctly. The recipe is registered but for some reason, vanilla beehive is taking priority. I was under the impressed it would be fixed but apparently not. The JSON file for the recipe. Should be identical to the vanilla one except that it uses specific planks. { "type": "minecraft:crafting_shaped", "pattern": [ "PPP", "HHH", "PPP" ], "key": { "P": { "item": "morecraft:netherwood_planks" }, "H": { "item": "minecraft:honeycomb" } }, "result": { "item": "morecraft:netherwood_beehive" } } Just to be sure, I updated to Forge 35.0.7 if that helps. I don't wish to remove the vanilla beehive recipe as I want to leave room for other mods to add more beehives. Edited November 9, 2020 by Kitteh6660 Quote
poopoodice Posted November 10, 2020 Posted November 10, 2020 (edited) Edit: Nvm.. I think there are mods that solves these types of incompatibility, you might want to have a look at them, as there's only one output slot in the crafting table, you can't expect anymore from it. Edited November 10, 2020 by poopoodice 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.