Fix pack version from 61 to 46
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-06-12 22:15:36 +02:00
parent 82ba75fae7
commit ce09d3bc6d
34 changed files with 0 additions and 0 deletions

View 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"
}
}
]
}
}