You've already forked minecraft-assets
Create/Update assets for version 24w45a
This commit is contained in:
22
assets/minecraft/items/chest.json
Normal file
22
assets/minecraft/items/chest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user