LootTable only works for chest blocks but works for all container minecarts
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"}
Linked Issues
Created Issue:
LootTable only works for chest tile entites
The LootTable tag only works for chests and trapped chests even though it works for MinecartHoppers.
Example command MinecartHopper/summon MinecartHopper ~ ~ ~ {LootTable:"chests/simple_dungeon"}Example command Hopper/setblock ~ ~ ~ hopper 0 replace {LootTable:"chests/simple_dungeon"}
Added Affects Versions: 15w45a
Changed Summary:
LootTable only works for chesttile entitesLootTable only works for chest blocks but works for MinecartHopper
Changed Description:
The LootTable tag only works for chests and trapped chests
even though it works forMinecartHoppers.Example command MinecartHopper/summon MinecartHopper ~ ~ ~ {LootTable:"chests/simple_dungeon"}Example command Hopper/setblock ~ ~ ~ hopper 0 replace {LootTable:"chests/simple_dungeon"}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"}
Changed Summary:
LootTable only works for chest blocks but worksforMinecartHopperLootTable only works for chest blocks but work for all container minecarts
Added Affects Versions: 15w46a
Added Assignee:
ProfMobius (Thomas Guimbretiere)
Deleted Comment:
A comment with security level 'global-moderators' was removed.
Changed Summary:
LootTable only works for chest blocks but works for all container minecarts
Added Linked Issues:
duplicates
The description and title are a bit confusing together, please update them. Thank you.
Is it intended that this (duplicating) report is open again?
Probably not. Will investigate.