configure-crops.json how to remove crux requirement
FakeDisciple opened this issue ยท 0 comments
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