32 lines
No EOL
661 B
JSON
32 lines
No EOL
661 B
JSON
{
|
|
"model": {
|
|
"type": "minecraft:select",
|
|
"cases": [
|
|
{
|
|
"model": {
|
|
"type": "minecraft:special",
|
|
"base": "minecraft:item/chest",
|
|
"model": {
|
|
"type": "minecraft:chest",
|
|
"texture": "minecraft:christmas"
|
|
}
|
|
},
|
|
"when": [
|
|
"12-24",
|
|
"12-25",
|
|
"12-26"
|
|
]
|
|
}
|
|
],
|
|
"fallback": {
|
|
"type": "minecraft:special",
|
|
"base": "minecraft:item/chest",
|
|
"model": {
|
|
"type": "minecraft:chest",
|
|
"texture": "minecraft:normal"
|
|
}
|
|
},
|
|
"pattern": "MM-dd",
|
|
"property": "minecraft:local_time"
|
|
}
|
|
} |