This commit is contained in:
52
61/assets/minecraft/items/chest.json
Normal file
52
61/assets/minecraft/items/chest.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "range_dispatch",
|
||||
"property": "custom_model_data",
|
||||
"fallback": {
|
||||
"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"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"threshold": 1,
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/chest/button_simulator_make_group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"threshold": 2,
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/chest/schematic_folder"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user