pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.
Other
36 stars 10 forks source link

Change max attribute levels to a lower value #41

Open TheWinABagel opened 1 year ago

TheWinABagel commented 1 year ago

Currently most of the attributes are set to Double.MAX_VALUE, which is a very large number. This causes an issue when Apotheosis' Apothic attributes is installed, as it shows the max value of the player's attributes in a list. The long number adds unnecessary clutter to the screen.

See this image

Generally 1024 is a good enough max for any attribute, if not that then 2048 at most.

pufmat commented 11 months ago

Generally these attributes shouldn't be listed next to vanilla attributes as they work slightly different, you can read about them here. Therefore, I think, it would be the best to hide them if possible.