0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-19 18:42:11 +00:00
Files
PocketMine-MP/tools/generate-bedrock-data-from-packets.php
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

25 KiB