Name | raw_nbt |
Object | ItemTag |
Input | MapTag |
Related Tags | <ItemTag.raw_nbt> Returns a map of all non-default raw NBT on this item. (...)
<ItemTag.all_raw_nbt> Returns a map of all raw NBT on this item, including default values. (...)
|
Description | Sets the given map of raw NBT keys onto this item.
Note that the input format must be strictly perfect. Refer to Raw NBT Encoding for explanation of the input format. Deprecated in favor of ItemTag.custom_data on MC 1.20+. |
Deprecated | use 'ItemTag.custom_data' |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemRawNBT.java#L330 |