# Shop Blocks

Chest Shops can be created at any container block in the game. 

You can configure allowed shop containers and their creation items in the `/chest_shop/blocks.yml` config file.

## Container Types
{.compact}
| Block | ID | Allowed by Default
| --- | --- | ---
Barrel | `minecraft:barrel` | <span style="color: green;">:icon-check-circle:</span> Yes
Blast Furnace | `minecraft:blast_furnace` | <span style="color: red;">:icon-x-circle:</span> No
Brewing Stand | `minecraft:brewing_stand` | <span style="color: red;">:icon-x-circle:</span> No
Chiseled Bookshelf | `minecraft:chiseled_bookshelf` | <span style="color: red;">:icon-x-circle:</span> No
Crafter | `minecraft:crafter` | <span style="color: red;">:icon-x-circle:</span> No
Chest | `minecraft:chest` | <span style="color: green;">:icon-check-circle:</span> Yes
Trapped Chest | `minecraft:trapped_chest` | <span style="color: green;">:icon-check-circle:</span> Yes
Decorated Pot | `minecraft:decorated_pot` | <span style="color: red;">:icon-x-circle:</span> No
Dispenser | `minecraft:dispenser` | <span style="color: red;">:icon-x-circle:</span> No
Dropper | `minecraft:dropper` | <span style="color: red;">:icon-x-circle:</span> No
Furnace | `minecraft:furnace` | <span style="color: red;">:icon-x-circle:</span> No
Hopper | `minecraft:hopper` | <span style="color: red;">:icon-x-circle:</span> No
Jukebox | `minecraft:jukebox` | <span style="color: red;">:icon-x-circle:</span> No
Lectern | `minecraft:lectern` | <span style="color: red;">:icon-x-circle:</span> No
Shulker Box | `minecraft:shulker_box` | <span style="color: green;">:icon-check-circle:</span> Yes
Smoker | `minecraft:smoker` | <span style="color: red;">:icon-x-circle:</span> No
