You've already forked minecraft-assets
22 lines
499 B
JSON
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"
|
|
}
|
|
} |