malloc-items/assets/minecraft/models/item/wooden_sword.json
2022-09-11 08:11:04 +02:00

21 lines
360 B
JSON

{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_sword"
},
"overrides": [
{
"predicate": {
"custom_model_data": 92197
},
"model": "malloc:item/dagger"
},
{
"predicate": {
"custom_model_data": 99581
},
"model": "malloc:item/broadsword"
}
]
}