Nexan-s_Custom_Resources/assets/minecraft/models/item/apple.json

21 lines
321 B
JSON
Raw Permalink Normal View History

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/apple"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "custom:item/apple_on_a_stick"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "custom:item/keycard2"
}
]
}