Files
cosmetics/assets/minecraft/items/wheat.json

35 lines
811 B
JSON

{
"model": {
"type": "minecraft:condition",
"property": "minecraft:has_component",
"component": "minecraft:custom_data",
"on_true": {
"type": "minecraft:select",
"model": "minecraft:item/wheat",
"property": "minecraft:component",
"component": "minecraft:custom_data",
"cases": [
{
"when": [
{
"sixsides_cosmetics:model": "STRAW_HAT"
}
],
"model": {
"type": "minecraft:model",
"model": "sixsides_cosmetics:item/straw_hat"
}
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/wheat"
}
},
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/wheat"
}
}
}