Oak Sign
minecraft:oak_sign

Oak Sign

Wood Type:
Minecraft · by Mojang Studios
block Standing SignsSigns

Acquisition

Scrapbox using Scrap Box. Produces Oak Sign.

Scrapbox
Oak Sign Oak Sign guaranteed

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

Crafting
Oak Sign Oak Sign ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Oak Sign1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:oak_sign
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/standing_signs
minecraft:items/signs

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    " X "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:oak_planks"
    },
    "X": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wooden_sign",
  "experience": null,
  "cooking_time": null
}