Files
wireless-docs/public/assets/minecraft/items/stone_spear.json

25 lines
496 B
JSON

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