- 58,276 views, 29 today
- 154
- 103
- 18
4,828
Mapmaking - How To Generate Chests [containers] with (Vanilla) Loot-Tables
1.13+ Commands
⭐
Pro-Tipp:
/give @p minecraft:chest{BlockEntityTag:{LootTable:"chests/ancient_city"}}
/give McMeddon minecraft:barrel{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
1.20 Sus Sand
Block | archaeology/desert_well | /give @p minecraft:suspicious_sand{BlockEntityTag:{LootTable:"archaeology/desert_well"}} |
Block | archaeology/desert_pyramid | /give @p minecraft:suspicious_sand{BlockEntityTag:{LootTable:"archaeology/desert_pyramid"}} |
Block | archaeology/trail_ruins_common | /give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/trail_ruins_common"}} |
Block | archaeology/trail_ruins_rare | /give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/trail_ruins_rare"}} |
Block | archaeology/ocean_ruin_cold | /give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/ocean_ruin_cold"}} |
Block | archaeology/ocean_ruin_warm | /give @p minecraft:suspicious_gravel{BlockEntityTag:{LootTable:"archaeology/ocean_ruin_warm"}} |
Loot table list: 1.16 Chest Vanilla Loot Tables
- chests/ancient_city
- chests/ancient_city_ice_box
- 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
- chest/spawn_bonus_chest
- 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
5086886
6
Create an account or sign in to comment.
Thanks!!!!
/give @p minecraft:chest{BlockEntityTag:{LootTable:"chests/ancient_city_ice_box"}}