Warped Fence
minecraft:warped_fence

Warped Fence

Wood Type:
Minecraft · by Mojang Studios
block Wooden FencesNon Flammable WoodWooden Fences

Acquisition

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

Crafting
Warped Fence Warped Fence ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Warped Fence1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:warped_fence
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/wooden_fences
minecraft:items/non_flammable_wood
minecraft:items/wooden_fences

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "W#W",
    "W#W"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "minecraft:warped_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_fence",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:crimson_fence"
    },
    {
      "tag": "c:ender_pearl_dusts"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}