40 lines
791 B
JSON
40 lines
791 B
JSON
{
|
|
"model": {
|
|
"type": "range_dispatch",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "model",
|
|
"model": "minecraft:item/cauldron"
|
|
},
|
|
"entries": [
|
|
{
|
|
"threshold": 1,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/cauldron/1"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 2,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/cauldron/2"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 3,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/cauldron/schematic_sort_type_ascending"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 4,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/cauldron/schematic_sort_type_descending"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |