PaperMC / Paper

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

Enchanting books does not preserve order of enchantment. #3194

Closed mibby closed 4 years ago

mibby commented 4 years ago

When you go into an anvil, you can't rearrange the order of the enchantments on the books, while in a singleplayer vanilla world, you can. A player of mine is doing a special enchant where order on the books matters greatly (apparently).

What behaviour is expected:

Enchantment order being preserved.

What behaviour is observed:

Enchantment order is alphabetized?

Steps/models to reproduce:

MULTIPLAYER

link1 link2 link3


SINGLEPLAYER

link4 link5 link6

Paper build number:

Paper version git-Paper-184 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)

wizjany commented 4 years ago

https://github.com/PaperMC/Paper/issues/3110

aikar commented 4 years ago

This is purely display only as discussed on that linked issue. This is how older versions of MC did it, and not going to break things just for a cosmetic difference.

mibby commented 4 years ago

Ah, I see. Thanks for the info!