Remove/fix unfinished content for v3.2
Yourname942 opened this issue ยท 4 comments
Bug Report
Observed Behaviour
2 error types occured at these lines (read latest log for more details):
1283 [14:43:41] [Server thread/ERROR]: Couldn't parse loot table bountiful:blocks/bountyboard
com.google.gson.JsonSyntaxException: Missing ops, expected to find a JsonArray
1357 [14:43:41] [Server thread/ERROR]: Parsing error loading custom advancement bountiful:main/bounty_complete_rare: Invalid criterion trigger: bountiful:bounty_complete_rare
1358 [14:43:41] [Server thread/ERROR]: Parsing error loading custom advancement bountiful:main/bounty_complete_epic: Invalid criterion trigger: bountiful:bounty_complete_epic
1359 [14:43:41] [Server thread/ERROR]: Parsing error loading custom advancement bountiful:main/bounty_complete_common: Invalid criterion trigger: bountiful:bounty_complete_common
1362 [14:43:41] [Server thread/ERROR]: Parsing error loading custom advancement bountiful:main/bounty_complete_uncommon: Invalid criterion trigger: bountiful:bounty_complete_uncommon
1363 [14:43:41] [Server thread/ERROR]: Parsing error loading custom advancement bountiful:main/royal_mandate: Invalid criterion trigger: bountiful:royal_mandate
Latest log: https://gist.github.com/Yourname942/3e6b5038c08c8b683ee4841b3b43e062
Expected Behaviour
There should be no errors from your mod when all I did was create a new world and enter it.
Minimal setup needed to reproduce
- Minecraft: 1.15.2
- Forge version: 31.2.36
- Bountiful version: 3.1.2
- Kottle: 1.5.2
Steps to reproduce
- Select Play in Twitch App
- Select Play in Minecraft Launcher
- Create a new world
- Enter world
- Exit Minecraft
I'm going to remove the code that causes these errors to occur with the next release, for 1.16.2. Nothing should change, though ๐
I wasn't able to remove the 'missing ops' error - but it's only cosmetic, and won't affect gameplay whatsoever.
Fixed in Bountiful 3.3.1 with commit 81dff72! Besides the missing ops, which I will not be fixing.