PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.74k stars 2.27k forks source link

Fix tag key generator output inconsistencies #11218

Closed Lulu13022002 closed 1 month ago

Lulu13022002 commented 1 month ago

The current tag key generator has an arbitrary order of the fields so the output is different each time the generator is ran. This pr sort the fields alphabetically like the typed key. Also fixed two typo in the generated tag key create javadoc and for enchantment registry builder when the argument is wrongly null (previously it would say "argument null cannot be null").