apace100 / calio

Calio is a simple library mod for Minecraft Fabric, its main feature being the serializable data system.
MIT License
6 stars 19 forks source link

Make the `NBT` data type accept either a string or an object #5

Closed eggohito closed 1 year ago

eggohito commented 1 year ago

This PR tweaks the NBT data type to accept a stringified NBT (e.g: "{Tags: [\"testTag\"]}") or a JSON object (e.g: {Tags: ["testTag"]})