Mojira Archive
MC-115065

"loot" reward for advancements does not provide items

Given the example advancement, placed in world/data/advancements/custom/test.json:

{
    "criteria": {
        "findme": {
            "trigger": "minecraft:impossible"
        }
    },
    "rewards": {
        "loot": ["custom:test"]
    }
}

And the following commands to grant and revoke it at will (see MC-115064 for namespace issue):

/advancement grant @p minecraft:custom/test
/advancement revoke @p minecraft:custom/test

Assuming the loot table exists, no items are provided and no errors occur. If the loot table doesn't exist, an error will occur as expected.

Fixed

[Mod] Skylinerw

[Mojang] Nathan Adams

2017-03-31, 02:27 AM

2017-04-03, 01:04 PM

2017-04-03, 01:04 PM

4

5

Community Consensus

advancement, loot

Minecraft 17w13a

Minecraft 17w14a