Yellow Postbox
create:yellow_postbox

Yellow Postbox

Dye Color:
Create · by simibubi
block PostboxesPostboxesAxe Mineable

Acquisition

Crafting using Sulfur Dust and Any Postboxes, in any arrangement. Produces Yellow Postbox.

Crafting ⇆ any arrangement
Sulfur Dust
Any Postboxes
Yellow Postbox Yellow Postbox guaranteed

Crafting using Sulfur Dust, Barrel and Andesite Alloy, arranged in the pattern shown. Produces Yellow Postbox.

Crafting
Yellow Postbox Yellow Postbox guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Postbox1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:yellow_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_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/yellow"
    },
    {
      "tag": "create:postboxes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "D",
    "B",
    "A"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "B": {
      "item": "minecraft:barrel"
    },
    "D": {
      "tag": "forge:dyes/yellow"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}