Preserve parent model settings in renderer

This commit is contained in:
2026-08-11 02:02:40 +01:00
parent d32fbac14a
commit b093c828b9
3 changed files with 13 additions and 690 deletions
@@ -1,14 +0,0 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/candle"
},
"cases": [
{ "when": "candelabra", "model": { "type": "model", "model": "lz:items/candle_stand" } }
]
}
}