Warped Door
minecraft:warped_door

Warped Door

Wood Type:
Minecraft · by Mojang Studios
block Wooden DoorsNon Flammable WoodWooden Doors

Acquisition

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

Crafting
Warped Door Warped Door ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Warped Door1–1100%Survives Explosion, Block State Property

Block drops

dropscountchanceconditions
Warped Door1–1100%Survives Explosion, Block State Property
Developer reference
Registry name
minecraft:warped_door
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/wooden_doors
minecraft:items/non_flammable_wood
minecraft:items/wooden_doors

Recipe JSON (2):

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