Mojira Archive
MC-91364

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

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