-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w43a, Minecraft 15w45a, Minecraft 15w46a
-
Confirmed
The LootTable tag only works for chests and trapped chests blocks, however it works for all container minecart variants. This means for example loot tables do not work with the hopper block but work with a MinecartHopper:
Example command MinecartHopper
/summon MinecartHopper ~ ~ ~ {LootTable:"chests/simple_dungeon"}
Example command Hopper
/setblock ~ ~ ~ hopper 0 replace {LootTable:"chests/simple_dungeon"}
- duplicates
-
MC-91765 Loot tables work with Hopper Minecarts but not with Hoppers
- Resolved