Darkhax-Minecraft / Game-Stages

An API for universal player based progression.
https://minecraft.curseforge.com/projects/game-stages
GNU Lesser General Public License v2.1
63 stars 17 forks source link

1.12.2 Data does not save #50

Closed blacksythe closed 4 years ago

blacksythe commented 4 years ago

On later versions of forge the saving of player gamestages appear to be broken.

Link to original thread

Darkhax commented 4 years ago

Thank you for reporting this issue. Game Stages saves it's data when the player NBT file is saved or loaded. There was an ordering issue with the forge hooks where players log out before their data is saved. This ordering issue caused the player's data to be deleted before it could be properly saved. This is fixed in newer versions.

wwkjfj commented 4 years ago

Is this fixed in newer version of the mod, forge, or Minecraft?

CleanCutBloons commented 11 months ago

Newest version of the mod fixes it. Sorry for being late.