Bloom Sign
16×16 · BAKED

block· Machines & Other Blocks

Bloom Sign

Deeper and Darker · by Kyanite Team
block Standing SignsSigns

Bloom Sign is a block from Deeper and Darker, crafted from Bloom Planks and Stick.

Acquisition

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

Crafting
Bloom Sign Bloom Sign ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Bloom Sign1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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