Mojira Archive
MCPE-151385

Loot table entry type fails to validate namespaces

How to reproduce

Create this loot table in a behavior pack

{
   "pools": [
      {
         "rolls": 1.0,
         "entries": [
            {
               "type": "minecraft:item",
               "name": "minecraft:diamond_ore"
            }
         ]
      }
   ]
}

Use /loot to evaluate it

Expected behavior
One diamond ore is dropped

Actual behavior
Content log warning telling you that item must be used instead of minecraft:item

Notes

JE loot tables support both, so this bug makes JE loot tables incompatible in BE but not vice versa (putting aside the dozens of new Java-only loot table features)

Unresolved

[Mod] tryashtar

2021-12-30, 12:11 AM

2024-08-23, 09:43 PM

2

1

Confirmed

693754

1.19.0.21 Preview, 1.18.2 Hotfix

-