Wreath
16×16 · BAKED

block· Machines & Other Blocks

Wreath

Snowy Spirit · by MehVahdJukaar
block

Wreath is a block from Snowy Spirit, crafted from Dark Oak Leaves.

Acquisition

Crafting using Dark Oak Leaves, Dark Oak Leaves, Dark Oak Leaves and Dark Oak Leaves, arranged in the pattern shown. Produces Wreath.

Crafting conditional
Wreath Wreath guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
snowyspirit:wreath
Namespace
snowyspirit
Mod ID
snowyspirit

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "# #",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:leaves"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "wreath",
        "type": "snowyspirit:flag"
      },
      "type": "snowyspirit:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}