cannot change recipes via datapack
Aceplante opened this issue · 11 comments
Please share the datapack you made and explain exactly how you tried to apply the datapack to the world.
My mod has the recipe file here which means it is 100% datapackable because datapacks can override mod’s json files since mods data folders are just technically seen as small datapacks by Mc
https://github.com/TelepathicGrunt/Bumblezone/blob/1.20-Arch/common/src/main/resources/data/the_bumblezone/recipes/bee_soup.json
Went to the datapack folder, dropped my datapack in, just as I normally do. The datapack as a whole was working, just not certain recipes like yours, still using the default and not my edited one from the same path. I can try to test a minimal version sometime
Works for me. This is why I wanted your datapack so I can check to make sure it is setup correctly and has no errors. Also, make sure your datapack is applied as higher priority. If you applied it as lower priority than mods, then it can't replace mod's stuff.
mine is also at the bottom of that list when I do that command
anyways here you go (make sure to take it out of the zip btw)
sure, I can give it a try, but I normally uses "recipes" and dont have any issues. Plus, your path: common/src/main/resources/data/the_bumblezone/recipes/bee_soup.json
uses "recipes"