Birch Fence
minecraft:birch_fence

Birch Fence

Wood Type:
Minecraft · by Mojang Studios
block Wooden FencesWooden Fences

Acquisition

Scrapbox using Scrap Box. Produces Birch Fence.

Scrapbox
Birch Fence Birch Fence guaranteed

Crafting using Birch Planks, Stick, Birch Planks, Birch Planks, Stick and Birch Planks, arranged in the pattern shown. Produces 3× Birch Fence.

Crafting
Birch Fence Birch Fence ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Birch Fence1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:birch_fence
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/wooden_fences
minecraft:items/wooden_fences

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "W#W",
    "W#W"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "minecraft:birch_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_fence",
  "experience": null,
  "cooking_time": null
}