How to change minimal value of entity number tag?(help please)

Started by qym on

Topic category: Help with modding (Java Edition)

Last seen on 17:37, 7. Apr 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change minimal value of entity number tag?(help please)

So basically i am making a mod where you stats will increase the more you train using entity tags but when you die it resets to 0 how do I change the minimal value??

Last seen on 05:05, 30. Oct 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Save the stats in a player…
Sat, 08/06/2022 - 04:42

Save the stats in a player persistent global variable.  After dying, on respawn, load the stat from the variable.

Last seen on 17:37, 7. Apr 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see thank you
Sun, 08/07/2022 - 05:52

I see thank you