ejektaflex / Bountiful

A Minecraft mod adding bounties for specific items.
https://minecraft.curseforge.com/projects/bountiful
GNU General Public License v3.0
91 stars 32 forks source link

Remove/fix unfinished content for v3.2 #99

Closed Yourname942 closed 3 years ago

Yourname942 commented 4 years ago

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

Steps to reproduce

  1. Select Play in Twitch App
  2. Select Play in Minecraft Launcher
  3. Create a new world
  4. Enter world
  5. Exit Minecraft
ejektaflex commented 4 years ago

This is a duplicate of #73 and #76. These are related to incomplete Bountiful features for the next version, and do not affect gameplay in any form as of the current releases. Thank you for the report, though, I appreciate it!

ejektaflex commented 4 years ago

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 👍

ejektaflex commented 3 years ago

I wasn't able to remove the 'missing ops' error - but it's only cosmetic, and won't affect gameplay whatsoever.

ejektaflex commented 3 years ago

Fixed in Bountiful 3.3.1 with commit 81dff72! Besides the missing ops, which I will not be fixing.