Files
TexturePack/61/assets/minecraft/items/chest.json
YoyoNow 9d27e970ce
All checks were successful
SteamWarCI Build successful
Fix 1.21.4 texture pack
2025-06-11 10:51:36 +02:00

52 lines
1.1 KiB
JSON

{
"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"
}
}
]
}
}