Game Stages

Game Stages

41M Downloads

1.12.2 Data does not save

blacksythe opened this issue ยท 3 comments

commented

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

Link to original thread

commented

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

commented

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

commented

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.