Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-267813

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.20.4, 23w51b
    • None
    • Confirmed
    • (Unassigned)

      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.

            Unassigned Unassigned
            PBR777 PBR777
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: