Configuration is wrong but cannot find where
American-Gamer opened this issue ยท 3 comments
Been messing around with your mod for a modpack im creating and i just about have it but after fixing all the errors i can I now get the error:
Invalid bounty json data detail:
Cannot get random in empty range:100..10
attached is my bounties.json file
Could i get help finding the error cause I have referenced the original setup and even talking to a duck isnt helping me find the error
bounties.txt
{
"content": "minecraft:gunpowder",
"amount": {
"min": 100,
"max": 10
},
The min is higher than the max. Try swapping those around.
Yep, you just need to switch the min and max values, @TheDeviantCrafter is correct. Thanks!