Petal Wreath
16×16 · BAKED

item· Other

Petal Wreath

Oh The Biomes We've Gone · by Joseph T. McQuigg (JT122406), AOCAWOL, YaBoiChips, Corgi Taco
item Wreaths

Petal Wreath is a item from Oh The Biomes We've Gone, crafted from White Sakura Petals, Yellow Sakura Petals, Wreath, and Pink Petals.

Acquisition

Developer reference
Registry name
biomeswevegone:petal_wreath
Namespace
biomeswevegone
Mod ID
biomeswevegone
Tags (1)
biomeswevegone:items/wreaths

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    "YZY",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:pink_petals"
    },
    "X": {
      "item": "biomeswevegone:white_sakura_petals"
    },
    "Y": {
      "item": "biomeswevegone:yellow_sakura_petals"
    },
    "Z": {
      "item": "biomeswevegone:wreath"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}