Warped Trapdoor
minecraft:warped_trapdoor

Warped Trapdoor

Wood Type:
Minecraft · by Mojang Studios
block Wooden TrapdoorsNon Flammable WoodWooden Trapdoors

Acquisition

Crafting using Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks and Warped Planks, arranged in the pattern shown. Produces 2× Warped Trapdoor.

Crafting
Warped Trapdoor Warped Trapdoor ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Warped Trapdoor1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:crimson_trapdoor"
    },
    {
      "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_trapdoor",
  "experience": null,
  "cooking_time": null
}