Blossoming Focus
16×16 · BAKED

item· Other

Blossoming Focus

Goety · by Polarice3
item Focuses

Blossoming Focus is an item from Goety, crafted from Overgrown Roots, Animation Core, Nightshade Seeds, Bone Meal, and Corpse Blossom. Shoots a blossom ball that, when hit, summons spiky thorns around the area of impact that damages and poisons nearby targets.

Function

Shoots a blossom ball that, when hit, summons spiky thorns around the area of impact that damages and poisons nearby targets.

Acquisition

Ritual using Overgrown Roots, Bone Meal and Void Thorn. Produces Blossoming Focus.

Ritual conditional
Overgrown RootsBone Meal Bone MealVoid Thorn Void Thorn·not yet documented
Blossoming Focus Blossoming Focus guaranteed
Developer reference
Registry name
goety:blossoming_focus
Namespace
goety
Mod ID
goety
Tags (1)
goety:items/focuses

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:overgrown_roots"
    },
    {
      "item": "goety:animation_core"
    },
    {
      "tag": "forge:seeds"
    },
    {
      "item": "minecraft:bone_meal"
    },
    {
      "item": "goety:corpse_blossom"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:overgrown_roots"
    },
    {
      "item": "minecraft:bone_meal"
    },
    {
      "item": "bosses_of_mass_destruction:void_thorn"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "bosses_of_mass_destruction"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}