trapped_chest.json
0 B
Empty File
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/trapped_chest",
"model": {
"type": "minecraft:chest",
"texture": "minecraft:christmas"
}
},
"when": [
"12-24",
"12-25",
"12-26"
]
}
],
"fallback": {
"type": "minecraft:special",
"base": "minecraft:item/trapped_chest",
"model": {
"type": "minecraft:chest",
"texture": "minecraft:trapped"
}
},
"pattern": "MM-dd",
"property": "minecraft:local_time"
}
}