Files
TexturePack/46/assets/minecraft/items/chest.json
YoyoNow ce09d3bc6d
All checks were successful
SteamWarCI Build successful
Fix pack version from 61 to 46
2025-06-12 22:15: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"
}
}
]
}
}