You've already forked minecraft-assets
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"model": {
|
|
"type": "minecraft:condition",
|
|
"on_false": {
|
|
"type": "minecraft:special",
|
|
"base": "minecraft:item/chest",
|
|
"model": {
|
|
"type": "minecraft:chest",
|
|
"texture": "minecraft:normal"
|
|
}
|
|
},
|
|
"on_true": {
|
|
"type": "minecraft:special",
|
|
"base": "minecraft:item/chest",
|
|
"model": {
|
|
"type": "minecraft:chest",
|
|
"texture": "minecraft:christmas"
|
|
}
|
|
},
|
|
"property": "minecraft:xmas"
|
|
}
|
|
} |