This commit is contained in:
40
46/assets/minecraft/items/cauldron.json
Normal file
40
46/assets/minecraft/items/cauldron.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user