Wooden Portcullis
mcwdoors:wooden_portcullis

Wooden Portcullis

Macaw's Doors · by Sketch Macaw & Sketch Peachy
block PortcullisAxe Mineable

Acquisition

Crafting using Any Wooden Fences, Any Wooden Fences, Any Wooden Fences, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces 3× Wooden Portcullis.

Crafting
Any Wooden Fences
Any Wooden Fences
Any Wooden Fences
Iron Ingot
Iron Ingot
Iron Ingot
Wooden Portcullis Wooden Portcullis ×3 guaranteed

Block drops

Drops itself

Developer reference
Registry name
mcwdoors:wooden_portcullis
Namespace
mcwdoors
Mod ID
mcwdoors
Tags (2)
mcwdoors:blocks/portcullis
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AAA",
    "BBB"
  ],
  "ingredients": {
    "A": {
      "tag": "minecraft:wooden_fences"
    },
    "B": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "portcullis",
  "experience": null,
  "cooking_time": null
}