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

Mob loot cannot be specified for small magma cube and big/medium slime

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 22w14a
    • Minecraft 15w43c, Minecraft 15w44a, Minecraft 15w44b, Minecraft 15w45a, Minecraft 15w46a, Minecraft 15w47a, Minecraft 15w47b, Minecraft 15w47c, Minecraft 15w49a, Minecraft 15w51b, Minecraft 16w02a, Minecraft 16w06a, Minecraft 16w21a, Minecraft 1.12 Pre-Release 6, Minecraft 1.12, Minecraft 1.12.2, Minecraft 17w45b, Minecraft 18w19a, Minecraft 1.13-pre2, Minecraft 18w32a, Minecraft 1.13.1-pre1, Minecraft 1.13.2, Minecraft 18w45a, Minecraft 18w46a, Minecraft 19w11b, Minecraft 1.14 Pre-Release 5, 1.14.4, 19w37a, 1.15 Pre-release 4, 20w06a, 21w16a
    • Confirmed
    • Loot tables
    • Low

      The bug

      Mob loot cannot be specified for small magma cube and big/medium slime.
      In jar there is only one slime.json and one magma_cube.json file that contains loot for only big/medium magma cube and small slime.

      Loot tables should handle something like:

      "conditions": [
                      {
                          "condition": "self_entitydata",
                          "variable": "Size",
                          "value": "1"
                      }
                  ]
      

      and could handle something like bigger than/lower than

      "conditions": [
                      {
                          "condition": "self_entitydata",
                          "variable": "OnFire",
                          "value": ">0"
                      }
                  ]
      

            Unassigned Unassigned
            Toboe_Irbis [Helper] MichaƂ
            Votes:
            17 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: