-
Bug
-
Resolution: Won't Fix
-
None
-
24w35a
-
None
-
Community Consensus
-
Commands, Entities, Loot tables
How to Reproduce
- Summon a entity with invalid DeathLootTable
/summon pig ~ ~ ~ {DeathLootTable:"minecraft:",NoAI:1b}
- Read that field
/data get entity @n[type=pig] DeathLootTable
Expected Behaviour
Found no elements matching DeathLootTable
Observed Behaviour
Pig has the following entity data: "minecraft:" (although it does drop nothing).