TelepathicGrunt / Bumblezone

A bee dimension just for fun!
https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge
GNU Lesser General Public License v3.0
179 stars 35 forks source link

cannot change recipes via datapack #322

Closed Aceplante2 closed 6 months ago

Aceplante2 commented 7 months ago

Main>data>the_bumblezone>recipes>bee_soup.json

does not work?

1.20.1

TelepathicGrunt commented 7 months ago

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

Aceplante2 commented 7 months ago

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

TelepathicGrunt commented 7 months ago

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.

bee_soup_test.zip

image image image

TelepathicGrunt commented 7 months ago

Also make sure datapack is enabled by doing /datapack list enabled. If it is not, use /datapack enable ... to enable the datapack and then close and re-open world for changes to take effect image

Aceplante2 commented 6 months ago

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)

datapack - Copy.zip

Aceplante2 commented 6 months ago

might be as issue with craft tweaker?

Aceplante2 commented 6 months ago

might be as issue with craft tweaker?

it was not

TelepathicGrunt commented 6 months ago

@Aceplante2 Your issue is you misspelled recipe folder here in your datapack you linked image

Fix that and give it another try and see if it now is useable with Farmer's Delight

Aceplante2 commented 6 months ago

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"

TelepathicGrunt commented 6 months ago

I am pointing out that the datapack you just gave me has recpies as the folder name for recipes which is a misspelling and Minecraft will not read it. It needs to be recipes

Aceplante2 commented 6 months ago

...ah, that could do it lol can't believe I missed that. Thanks