Fix 1.21.4 texture pack
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-06-11 10:51:36 +02:00
parent 5b7ddd30d2
commit 9d27e970ce
35 changed files with 1706 additions and 19 deletions

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