Files
minecraft-server-resource-pack/assets/minecraft/items/bundle.json
T
lzstealth 4c017d3d1b
Build renameable item readme / build (push) Successful in 9s
Package resourcepack release / release (push) Successful in 4s
Restructure card asset paths and rename card names
2026-08-12 22:21:40 +01:00

49 lines
1.4 KiB
JSON

{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"property": "minecraft:display_context"
},
"cases": [
{ "when": "Deck of Cards", "model": { "type": "model", "model": "cards:item/standard/deck" } },
{ "when": "Custom Deck of Cards", "model": { "type": "model", "model": "cards:item/custom/deck" } }
]
}
}