Greater Oakskin Elixir
irons_spellbooks:greater_oakskin_elixir

Greater Oakskin Elixir

Iron's Spells 'n Spellbooks · by Iron431, Lab3
item

Acquisition

Filling using Glass Bottle and Greater Oakskin Elixir (250 mB). Produces Greater Oakskin Elixir.

Filling conditional
Glass Bottle Glass Bottle Greater Oakskin Elixir (250 mB)
Greater Oakskin Elixir Greater Oakskin Elixir guaranteed

Emptying using Greater Oakskin Elixir. Produces Glass Bottle and 250× Greater Oakskin Elixir.

Emptying conditional
Glass Bottle Glass Bottle guaranteed
Greater Oakskin Elixir Greater Oakskin Elixir ×250 guaranteed

Alchemist Cauldron Empty using no listed ingredients. Produces Greater Oakskin Elixir.

Alchemist Cauldron Empty
Greater Oakskin Elixir Greater Oakskin Elixir guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Random Elixir (irons_spellbooks) irons_spellbooks:random_elixir1–1100%

Used in (1)

Emptying using Greater Oakskin Elixir. Produces Glass Bottle and 250× Greater Oakskin Elixir.

Emptying conditional
Glass Bottle Glass Bottle guaranteed
Greater Oakskin Elixir Greater Oakskin Elixir ×250 guaranteed
Developer reference
Registry name
irons_spellbooks:greater_oakskin_elixir
Namespace
irons_spellbooks
Mod ID
irons_spellbooks

Recipe JSON (3):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "fluid": "irons_spellbooks:greater_oakskin_elixir",
      "amount": 250
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:emptying",
  "pattern": null,
  "ingredients": {
    "item": "irons_spellbooks:greater_oakskin_elixir"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "irons_spellbooks:alchemist_cauldron_empty",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}