33 lines
632 B
JSON
33 lines
632 B
JSON
{
|
|
"model": {
|
|
"type": "range_dispatch",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "model",
|
|
"model": "minecraft:item/lime_dye"
|
|
},
|
|
"entries": [
|
|
{
|
|
"threshold": 1,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/lime_dye/1"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 2,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/lime_dye/2"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 3,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/lime_dye/button_simulator_element_increase"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |