Files
minecraft-assets/assets/minecraft/items/trapped_chest.json
2024-11-06 18:31:49 +01:00

22 lines
499 B
JSON

{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:special",
"base": "minecraft:item/trapped_chest",
"model": {
"type": "minecraft:chest",
"texture": "minecraft:trapped"
}
},
"on_true": {
"type": "minecraft:special",
"base": "minecraft:item/trapped_chest",
"model": {
"type": "minecraft:chest",
"texture": "minecraft:christmas"
}
},
"property": "minecraft:xmas"
}
}