Empty ItemModel
custom_sword:
ItemModel:
type: select
property: display_context
cases:
- when: "gui"
model:
type: condition
property: using_item
on_true:
type: model
model: namespace:custom_sword
on_false:
type: empty
# A Fallback ItemModel so we dont need to define all the other display-contexts manually
fallback:
type: model
model: namespace:custom_swordLast updated