Adding Custom Planks to Vannila Recipes

Started by TheDuckKnight_Mc on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding Custom Planks to Vannila Recipes

How do I add custom planks to general plank - envolving recipes like bookshelf?

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure but I think…
Thu, 07/23/2020 - 10:24

I'm not sure but I think adding your custom planks to the tag minecraft:planks will do

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. Make a tag then give it's…
Thu, 07/23/2020 - 18:33

1. Make a tag then give it's registry name "planks".

2. namespace: minecraft

3. Tag type: Items

Then set your plank block in the "elements under this tag".

Your planks should now be able to be use to make sticks, crafting tables, bookshelves etc.

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dang, it worked! Thanks, I…
Thu, 07/23/2020 - 18:55

Dang, it worked! Thanks, I have no idea why I didn't try that! Thanks!

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome, and thx to …
Fri, 07/24/2020 - 10:00

You're welcome, and thx to @ThreeFiveSeven for the detailled explaination!

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Landon_And_Emma it work, try…
Mon, 10/18/2021 - 02:10

Landon_And_Emma it work, try it, remember to put the element under the tag and put the namespace is minecraft not forge or mod

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ThreeFiveSeven, I have done…
Sat, 10/30/2021 - 23:19

ThreeFiveSeven, I have done everything you said, the element is below the tag, the namespace is minecraft and I've set the group as planks but it still seems to have not worked?

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
never mind, I got it working…
Sat, 10/30/2021 - 23:37

never mind, I got it working, thank you!!