Files
TexturePack/61/assets/minecraft/items/blaze_rod.json
YoyoNow 9d27e970ce
All checks were successful
SteamWarCI Build successful
Fix 1.21.4 texture pack
2025-06-11 10:51:36 +02:00

33 lines
594 B
JSON

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