minecraft-src/assets/minecraft/items/spyglass.json
2025-07-04 03:15:13 +03:00

23 lines
No EOL
436 B
JSON

{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/spyglass"
},
"when": [
"gui",
"ground",
"fixed"
]
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/spyglass_in_hand"
},
"property": "minecraft:display_context"
}
}