Magenta Postbox
create:magenta_postbox

Magenta Postbox

Dye Color:
Create · by simibubi
block PostboxesPostboxesAxe Mineable

Acquisition

Crafting using Any Magenta Dye, Barrel and Andesite Alloy, arranged in the pattern shown. Produces Magenta Postbox.

Crafting
Magenta Postbox Magenta Postbox guaranteed

Crafting using Any Magenta Dye and Any Postboxes, in any arrangement. Produces Magenta Postbox.

Crafting ⇆ any arrangement
Any Magenta Dye
Any Postboxes
Magenta Postbox Magenta Postbox guaranteed

Mining & drops

sourcecountchanceconditions
Magenta Postbox1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:magenta_postbox
Namespace
create
Mod ID
create
Tags (3)
create:blocks/postboxes
create:items/postboxes
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "D",
    "B",
    "A"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "B": {
      "item": "minecraft:barrel"
    },
    "D": {
      "tag": "forge:dyes/magenta"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/magenta"
    },
    {
      "tag": "create:postboxes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}