Crafting using Purple Dye, Iron Sheet, Iron Sheet and Barrel, arranged in the pattern shown. Produces Purple Shipping Container.
- Inputs
- Purple Dye
- 2 × Iron Sheet
- Barrel
- Output
- → Purple Shipping Container


block· Machines & Other Blocks
Purple Shipping Container is a block from Create Deco, crafted from Purple Dye, Iron Sheet, and Barrel.
Crafting using Purple Dye, Iron Sheet, Iron Sheet and Barrel, arranged in the pattern shown. Produces Purple Shipping Container.

Crafting using Purple Dye and Item Vault, in any arrangement. Produces Purple Shipping Container.

| source | count | drop rate | conditions |
|---|---|---|---|
| Purple Shipping Container | 1–1 | 100% | Survives Explosion |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Drops itself when broken.
createdeco:purple_shipping_containercreatedecocreatedecominecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CS",
"SB"
],
"ingredients": {
"B": {
"item": "minecraft:barrel"
},
"C": {
"item": "minecraft:purple_dye"
},
"S": {
"item": "create:iron_sheet"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:purple_dye"
},
{
"item": "create:item_vault"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}