33 lines
645 B
JSON
33 lines
645 B
JSON
{
|
|
"model": {
|
|
"type": "range_dispatch",
|
|
"property": "custom_model_data",
|
|
"fallback": {
|
|
"type": "model",
|
|
"model": "minecraft:item/paper"
|
|
},
|
|
"entries": [
|
|
{
|
|
"threshold": 1,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/paper/1"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 3,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/paper/schematic_sort_name_ascending"
|
|
}
|
|
},
|
|
{
|
|
"threshold": 4,
|
|
"model": {
|
|
"type": "model",
|
|
"model": "item/paper/schematic_sort_name_descending"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |