@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
31 lines • 746 B
JSON
{
"fields": [
{
"id": "default_color",
"title": "default_color",
"description": "default_color",
"dataType": 2,
"alternates": [
{
"id": "default_color",
"dataType": 32,
"minLength": 3,
"maxLength": 3
}
]
}
],
"description": "enables custom items to be dyed in cauldrons. To use the dyeable component, the format version on the item and the attachable needs to have a format_version of 1.21.30 or greater.",
"samples": {
"sample": [
{
"path": "sample",
"content": {
"default_color": "#175882"
}
}
]
},
"title": "Dyeable",
"id": "minecraft:dyeable"
}