Jungle Sign
minecraft:jungle_sign

Jungle Sign

Wood Type:
Minecraft · by Mojang Studios
block Standing SignsSigns

Acquisition

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

Crafting
Jungle Sign Jungle Sign ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Jungle Sign1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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