[Bug]: Hexxit 1.2 Mac Compatibility Error with Bountiful
btparrish opened this issue ยท 6 comments
I'm not going to download Hexxit to figure this out. You'll need to provide a log, just like the issue form requested.
Even that screen there gives you a link to the log, which is what I need to figure out what the crash actually was... :^)
@ejektaflex sorry -- attached please find the error report for the crash that occurs in Hexxit 1.20 on Mac.
crash-2021-12-11-22.04.23-client.txt
Thanks! The error lines shows this:
Caused by: java.lang.Exception: 'bountiful/rewards.json' contains one or more invalid rewards. Invalid rewards: [PickedEntry (Stack) [Item: cqrepoured:feather_golden, Amount: 40, NBT: null, Weight: 40, Stages: null]]
It looks like in your rewards.json file you have an invalid reward (cqrepoured:feather_golden
). It's probably because that item does not exist (the mod was perhaps removed?). Removing that entry will probably fix the error!
how can i go in and remove that? sorry -- not a java programmer and not super into minecraft mod writing! thanks so much for your help!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sorry for the delay - you have to remove the whole JSON object associated with that entry from config/bountiful/rewards.json. You can also run it through a JSON linter/validator to make sure the syntax is correct.
That's about as much as I can help you with it, so good luck! ๐