-
Bug
-
Resolution: Fixed
-
Minecraft 15w44b
-
None
-
Java 8, Windows 8.1
-
Unconfirmed
Setting LootTable for a Minecart with Hopper works, but setting it for a Hopper block does not.
Steps to reproduce:
1. Run the command
/summon MinecartHopper ~ ~ ~ {LootTable:minecraft:chests/simple_dungeon}
2. Open the cart and see the items.
3. Run the command
/setblock ~ ~ ~ minecraft:chest 0 replace {LootTable:minecraft:chests/simple_dungeon}
3. Open the chest and see the items.
4. Finally, run the command
/setblock ~ ~ ~ minecraft:hopper 0 replace {LootTable:minecraft:chests/simple_dungeon}
5. Open the hopper and see no items.
- is duplicated by
-
MC-91071 LootTable only works for chest blocks but works for all container minecarts
- Resolved