Files
Unmei/resource-pack/assets/unmei/items/gui_right_arrow.json
T
2026-07-18 17:01:30 +02:00

14 lines
276 B
JSON

{
"oversized_in_gui": true,
"model": {
"type": "minecraft:condition",
"property": "minecraft:carried",
"on_true": {
"type": "minecraft:empty"
},
"on_false": {
"type": "minecraft:model",
"model":"unmei:item/gui/right_arrow"
}
}
}