ItemModel Builder
Basic Example
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/paper
}
}{
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:custom_model_data",
"entries": [
{
"threshold": 123,
"model": {
"type": "minecraft:model",
"model": "namespace:key"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:paper"
}
}
}How do I use this feature?

Last updated