- 12,889 views, 55 today
2,016
Mapmaking - How To Generate Chests [containers] with (Vanilla) Loot-Tables
1.13+
⭐Pro-Tipp: /give McMeddon minecraft:chest{BlockEntityTag:{LootTable:"chests/simple_dungeon"}}
- generate container with: /setblock ~ ~1 ~ minecraft:type{LootTable:"minecraft:chest/type";}
- Block To Inventory: "control + middle Mousebutton or Mousebutton 3" the chest
- Save as .schem for hand-pasting in or as .NBT with structure-blocks to generate with Worldpainter
- Chest command: /setblock ~ ~1 ~ minecraft:chest{LootTable:"minecraft:chests/simple_dungeon"}
- Barrel command: /setblock ~ ~1 ~ minecraft:barrel{LootTable:"minecraft:chests/simple_dungeon"}
- Dispenser command: /setblock ~ ~1 ~ minecraft:dispenser{LootTable:"minecraft:chests/simple_dungeon"}
- Trapped Chest command: /setblock ~ ~1 ~ minecraft:trappedchest{LootTable:"minecraft:chests/simple_dungeon"}
- Trapped Chest command: /summon minecraft:chest_minecart ~ ~ ~ {LootTable:"minecraft:chests/simple_dungeon"}
Block To Inventory: "control + middle Mousebutton or Mousebutton 3" the chest
Loot table list: 1.16 Chest Vanilla Loot Tables
- chests/abandoned_mineshaft
- chests/buried_treasure
- chests/bastion_bridge
- chests/bastion_hoglin_stable
- chests/bastion_treasure
- chests/bastion_other
- chests/desert_pyramid
- chests/end_city_treasure
- chests/igloo_chest
- chests/jungle_temple
- chests/jungle_temple_dispenser
- chests/nether_bridge
- chests/pillager_outpost
- chests/shipwreck_map
- chests/shipwreck_supply
- chests/shipwreck_treasure
- chests/simple_dungeon
- chests/spawn_bonus_chest
- chests/stronghold_corridor
- chests/stronghold_crossing
- chests/stronghold_library
- chests/underwater_ruin_big
- chests/underwater_ruin_small
- chests/village/village_armorer
- chests/village/village_butcher
- chests/village/village_cartographer
- chests/village/village_desert_house
- chests/village/village_fisher
- chests/village/village_fletcher
- chests/village/village_mason
- chests/village/village_plains_house
- chests/village/village_savanna_house
- chests/village/village_shepherd
- chests/village/village_snowy_house
- chests/village/village_taiga_house
- chests/village/village_tannery
- chests/village/village_temple
- chests/village/village_toolsmith
- chests/village/village_weaponsmith
- chests/woodland_mansion
Tags |
3 Update Logs
Update #3 added Pro-tipp for getting a chest directly into the hand : by McMeddon 07/23/2021 11:24:09 amJul 23rd, 2021
⭐Pro-Tipp: /give McMeddon minecraft:chest{BlockEntityTag:{LootTable:"chests/simple_dungeon"}}
LOAD MORE LOGS
tools/tracking
5086886
6
minecraft-lootchests
Create an account or sign in to comment.
/setblock ~ ~ ~ chest{LootTable:"chests/bastion_hoglin_stable"} replace
/setblock ~ ~ ~ chest{LootTable:"chests/bastion_treasure"} replace
/setblock ~ ~ ~ chest{LootTable:"chests/bastion_other"} replace
Try these~