revert to vanilla assets
This commit is contained in:
25
public/assets/minecraft/items/copper_spear.json
Normal file
25
public/assets/minecraft/items/copper_spear.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/copper_spear"
|
||||
},
|
||||
"when": [
|
||||
"gui",
|
||||
"ground",
|
||||
"fixed",
|
||||
"on_shelf"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/copper_spear_in_hand"
|
||||
},
|
||||
"property": "minecraft:display_context"
|
||||
},
|
||||
"swap_animation_scale": 1.95
|
||||
}
|
||||
Reference in New Issue
Block a user