Files
TexturePack/46/assets/minecraft/items/obsidian.json
YoyoNow 1ec3d1c186
All checks were successful
SteamWarCI Build successful
Fix obsidian in 1.21.5
2025-07-29 10:58:34 +02:00

19 lines
333 B
JSON

{
"model": {
"type": "range_dispatch",
"property": "custom_model_data",
"fallback": {
"type": "model",
"model": "minecraft:block/obsidian"
},
"entries": [
{
"threshold": 1,
"model": {
"type": "model",
"model": "item/obsidian/1"
}
}
]
}
}