BareMinimumStudios / data-attributes

Minecraft Fabric mod that overhauls the entity attribute system and overhauls it with a configuration.
MIT License
2 stars 4 forks source link

Maps do not retain order in the config viewer #23

Closed bibi-reden closed 1 day ago

bibi-reden commented 1 month ago

A potential solution would be to use a LinkedHashMap (insertion order preserved). Though I am just speculating for now.

bibi-reden commented 1 month ago

This may not be true