BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link

Can't change crop recipes #19

Closed BestMod closed 2 years ago

BestMod commented 3 years ago

Describe the bug I can't change crops to use singularities instead of the base item, that or my brackets and whatnot are wrong

To Reproduce Steps to reproduce the behavior:

https://pastebin.com/6xXTvpfH use this code in configure_crops.json

Expected behavior It should replace the items used for crafting the seeds with their respective singularities.

Screenshots / Scripts / Logs https://imgur.com/a/a9zN8pm ^^ example https://pastebin.com/6xXTvpfH ^^ code

Versions (please complete the following information):

BlakeBr0 commented 2 years ago

Not sure if you found the solution already, but you have an invalid json file. Make sure to use something like https://jsonlint.com/ to ensure you are using proper syntax.