1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-15 00:16:11 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Aikar
0110ef1aa1 Fix conversion for deserializing raw nbt itemstacks - Fixes 2020-05-22 01:08:18 -04:00
Mariell
b4f1f6fc59 Fix data version check for ItemStack serialization ()
The expected version should be equal to or newer than the one stored.

Although Aikar claims he did this on accident (and NOT my ligatures!), I
claim this is all a big conspiracy by followers of the Taco cult.
2020-05-18 19:24:06 +02:00
Mariell Hoversholm
96bb9740fa Add Raw Byte ItemStack Serialization
Serializes using NBT which is safer for server data migrations than bukkits format.
2020-04-30 16:59:24 +02:00