block· Machines & Other Blocks

Magenta Shipping Container

Dye Color:
Create Deco · by Kayla, Talrey, Ordana, Cassian
block Pickaxe Mineable

Magenta Shipping Container is a block from Create Deco, crafted from Magenta Dye and Item Vault.

Acquisition

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

Crafting ⇆ any arrangement
Magenta Shipping Container guaranteed

Crafting using Magenta Dye, Iron Sheet, Iron Sheet and Barrel, arranged in the pattern shown. Produces Magenta Shipping Container.

Crafting
Magenta Shipping Container guaranteed

Mining & drops

sourcecountdrop rateconditions
Magenta Shipping Container1–1100%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.

Block drops

Drops itself when broken.

Developer reference
Registry name
createdeco:magenta_shipping_container
Namespace
createdeco
Mod ID
createdeco
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:magenta_dye"
    },
    {
      "item": "create:item_vault"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CS",
    "SB"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:barrel"
    },
    "C": {
      "item": "minecraft:magenta_dye"
    },
    "S": {
      "item": "create:iron_sheet"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}