Topic category: Help with Minecraft modding (Java Edition)
Issue description
I want to Change the Bookshelf recipe as I am having trouble making the Custom Spruce Bookshelf, Birch Bookshelf, Acacia Bookshelf and another ones... Well these bookshelves have the same recipe of the Vanilla one but with their woods, But the Vanilla one uses all wood type to craft 1 vanilla Bookshelf, so when I craft a custom one, it gives a Vanilla one, so I don't know how to fix this except making the recipe shapeless but it won't follow the recipe pattern :/
I tried to add an edited vanilla bookshelf recipe by going to C:\Pylo\MCreator183\forge\src\main\resources\assets\minecraft\recipes
and add a JSON Recipe with the name of the bookshelf (the name we should place is "bookshelf" xd) and I just replaced the minecraft:planks by minecraft:oak_planks
and it still don't work, so if you know how I can change that, tell me Please :D
PS: i got the JSON recipe of the bookshelf in the Vanilla Minecraft folder
Well looks like no one wants to help me :(
it cant be made with mcreator {impossible}
I can in coding, or other way
Change the recipe namespace to minecraft, then put the crafting recipe and the result item to the recipe you want to alter.