GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.88k stars 271 forks source link

i18nize achievement names #1005

Closed Pr0methean closed 5 years ago

Pr0methean commented 5 years ago

Achievement names are now taken from a LocalizedEnumNames instance. As well, LocalizedEnumNames can now be created with a Function<String,? extends T> rather than an IntFunction<? extends T> to look up the instance for a resource key.