Ashen Fence Gate
quark:ancient_fence_gate

Ashen Fence Gate

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Wooden Fence GateFence GatesWooden Fence GateFence GatesAxe MineableFence Gates

Acquisition

Crafting using Stick, Ashen Planks, Stick, Stick, Ashen Planks and Stick, arranged in the pattern shown. Produces Ashen Fence Gate.

Crafting conditional
Ashen Fence Gate Ashen Fence Gate guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Fence Gate1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:ancient_fence_gate
Namespace
quark
Mod ID
quark
Tags (6)
forge:blocks/fence_gates/wooden
forge:blocks/fence_gates
forge:items/fence_gates/wooden
forge:items/fence_gates
minecraft:blocks/mineable/axe
minecraft:items/fence_gates

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#W#",
    "#W#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "quark:ancient_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "ancient_wood",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": "wooden_fence_gate",
  "experience": null,
  "cooking_time": null
}