Mojira Archive
MC-267813

Model overrides aren't evaluated when a previous override selected that model

There are three items model file: a.json, b.json, c.json
a.json:

{
  "overrides": [
    {"predicate":{"custom_model_data":1},"model":"item/b"}
  ]
}

 
b.json:

{
  "overrides": [
    {"predicate":{"custom_model_data":1},"model":"item/c"}
  ]
}

If tag CustomModelData of a item is 1, the display model is b.json, not c.json.

Invalid

PBR777

2024-01-09, 05:41 AM

2024-01-30, 08:13 AM

2024-01-30, 08:13 AM

0

1

Confirmed

(Unassigned)

1.20.4, 23w51b

-