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
..