[QUESTION] <1.16.5 Datapack Help>
rottenhewie opened this issue ยท 1 comments
Question
Version is: 1.16.5 Forge
I'm attempting to make a compat datapack and I'm trying to make the Minecraft coral types match the Upgrade Aquatic coral loot when in a pot (UA: Block, coral, fan) (MC: Coral) I'm unsure whether its a datapack format issue or if i'm not catching something in the .json code. The part i'm looking for feedback on is in: data > botanypots > recipes > crops
Here's the datapack:
Botany Pots Extra Compat 1.16.5.zip
Hello, it looks like your JSON formatting is incorrect. You can run it through a tool like JSON Lint to validate the format. For example, the brain coral file is missing the opening array character [
at the start of the results value.
Also you don't need to base your files on the minified ones shipped with the JAR. The normal files can all be found here. We minify them before uploading to CurseForge purely to reduce file size, but it's not required.