Files
wireless-docs/assets/minecraft/items/wooden_spear.json
2026-07-03 22:04:34 -04:00

25 lines
498 B
JSON

{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/wooden_spear"
},
"when": [
"gui",
"ground",
"fixed",
"on_shelf"
]
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/wooden_spear_in_hand"
},
"property": "minecraft:display_context"
},
"swap_animation_scale": 1.95
}