Started by
Ante19
on
Topic category: Help with Minecraft modding (Java Edition)
Hello I wander if that is possible to replace/delete vanilla recipes in mcreator.
- I want to change the stone tools recipe so the player can use any type of rock. Can I replace vanilla recipie or do I have to make seperate recipe and have two in recipe book?
- I want to make that player can only cook bread from flour(I made it already) but no craft it from wheat. Can I replace vanilla recipe or do I have to make seperate recipie and have two in recipe book?
- I want to when I put three wheat in a row in crafting (like in bread recipe) that I will get thatch flooring(My custom item).
- Is that posible to delete existing vanilla recipe?
Can somebody help me with this?
Sorry from all my writing mistakes but i am not an English speaker.
In Recipe mod element, you can specify the recipe namespace.
For overriding the existing recipes, you should set the namespace to the minecraft, and set Recipe registry name to the recipe name you want to change.
I don't know why but it doesn't work. I set the namespace to Minecraft I set the registry name to stone_pickaxe according to https://mcreator.net/wiki/list-vanilla-recipe-registry-names. Does somebody have any ideas why?
What version is your mod in? I had mine in 1.20.6, and it worked, and when I downgraded to 1.20.1 for testing, it broke, then was fixed again when I upgraded back to 1.20.6 again.