-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.13
-
None
-
Unconfirmed
-
(Unassigned)
Experience orbs operate on integer values, and players can use vanilla commands to spawn an exp orb with an exact value.
Spawning an orb at 100k is valid, however if that orb is unloaded, the NBT data saves it as a short, corrupting the value.
Fixing is as trivial as changing the NBT set/get calls to Int for Value instead of Short
- relates to
-
MC-131290 Enchantments are saved as shorts, but are loaded as and function with integer values
- Resolved