Files
TexturePack/46/assets/minecraft/items/gray_dye.json
YoyoNow ce09d3bc6d
All checks were successful
SteamWarCI Build successful
Fix pack version from 61 to 46
2025-06-12 22:15:36 +02:00

33 lines
629 B
JSON

{
"model": {
"type": "range_dispatch",
"property": "custom_model_data",
"fallback": {
"type": "model",
"model": "minecraft:item/gray_dye"
},
"entries": [
{
"threshold": 1,
"model": {
"type": "model",
"model": "item/gray_dye/1"
}
},
{
"threshold": 2,
"model": {
"type": "model",
"model": "item/gray_dye/2"
}
},
{
"threshold": 3,
"model": {
"type": "model",
"model": "item/gray_dye/button_simulator_element_blank"
}
}
]
}
}