Closed eggohito closed 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"]})
NBT
"{Tags: [\"testTag\"]}"
{Tags: ["testTag"]}
This PR tweaks the
NBT
data type to accept a stringified NBT (e.g:"{Tags: [\"testTag\"]}"
) or a JSON object (e.g:{Tags: ["testTag"]}
)