Jump to content

[1.16.4] Mod-added beehive recipes using specific plank type doesn't prioritize over recipe using generic planks, any solutions?


Kitteh6660

Recommended Posts

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.

https://cdn.discordapp.com/attachments/602672485103829020/775488632034689114/unknown.png

 

But in attempting to craft, it only outputs the vanilla beehive.

https://cdn.discordapp.com/attachments/602672485103829020/775488731632631828/unknown.png

 

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 by Kitteh6660
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.