Bountiful

Bountiful

35M Downloads

Configuration is wrong but cannot find where

American-Gamer opened this issue ยท 3 comments

commented

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

commented
{
		"content": "minecraft:gunpowder",
		"amount": {
			"min": 100,
			"max": 10
		},

The min is higher than the max. Try swapping those around.

commented

Yep, you just need to switch the min and max values, @TheDeviantCrafter is correct. Thanks!

commented

Sorry for responding late. Been a little busy. However thank you very much and I can't believe I didn't notice that. Again thank you guys