Green Postbox
create:green_postbox

Green Postbox

Dye Color:
Create · by simibubi
block PostboxesPostboxesAxe Mineable

Acquisition

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

Crafting ⇆ any arrangement
Organic Green Dye
Any Postboxes
Green Postbox Green Postbox guaranteed

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

Crafting
Green Postbox Green Postbox guaranteed

Mining & drops

sourcecountchanceconditions
Green Postbox1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:green_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/green"
    },
    {
      "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/green"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}