Warped Sign
minecraft:warped_sign

Warped Sign

Wood Type:
Minecraft · by Mojang Studios
block Standing SignsNon Flammable WoodSigns

Acquisition

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

Crafting
Warped Sign Warped Sign ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Warped Sign1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:warped_sign
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/standing_signs
minecraft:items/non_flammable_wood
minecraft:items/signs

Recipe JSON (2):

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