Dead Sign
regions_unexplored:dead_sign

Dead Sign

Regions Unexplored · by UHQ_GAMES
block Standing SignsNon Flammable WoodSigns

Dead Sign is a block from Regions Unexplored, crafted from Dead Planks and Stick.

Acquisition

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

Crafting
Dead Sign Dead Sign ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Dead Sign1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    " X "
  ],
  "ingredients": {
    "#": {
      "item": "regions_unexplored:dead_planks"
    },
    "X": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_sign",
  "experience": null,
  "cooking_time": null
}