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

configure-crops.json how to remove crux requirement #20

Closed FakeDisciple closed 2 years ago

FakeDisciple commented 2 years ago

Hi, I am playing with your mod and I love it, but I want to remove the crux requirement for nether_star seed, I tried "mysticalagradditions:nether_star": { "crux":false } That didn't work so I tried "mysticalagradditions:nether_star": { "crux":null } Which didn't which didn't work, then I tried "mysticalagradditions:nether_star": { "crux":"none" } That didn't work. How can I remove the crux requirement? Thank you for any help. Also sorry if this has been posted before