0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-02-24 07:25:08 +00:00
Dylan K. Taylor becee92e7d Reduce the size of ItemStackData when json-encoded
Many items need only the name, so we can just place the name directly in this case.
JsonMapper supports hydrating the object directly from the string using the pre-existing constructor for this.
2025-02-18 02:09:53 +00:00
..