Flying Ointment
16×16 · BAKED

item· Other

Flying Ointment

Goety · by Polarice3
item

Flying Ointment is an item from Goety, crafted from Henbane Flower, Poppy, Rotten Flesh, Wheat, Jade, Wind Core, and Eye of Ender.

Acquisition

Used in

Developer reference
Registry name
goety:flying_ointment
Namespace
goety
Mod ID
goety

Recipe JSON (2):

{
  "recipe_type": "goety:cauldron",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:henbane_flower"
    },
    {
      "item": "minecraft:poppy"
    },
    {
      "item": "minecraft:rotten_flesh"
    },
    {
      "tag": "forge:crops/wheat"
    },
    {
      "item": "goety:jade"
    },
    {
      "item": "goety:wind_core"
    },
    {
      "item": "minecraft:ender_eye"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "type": "forge:mod_loaded",
          "modid": "goety_revelation"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:henbane_flower"
    },
    {
      "item": "minecraft:poppy"
    },
    {
      "item": "minecraft:rotten_flesh"
    },
    {
      "tag": "forge:crops/wheat"
    },
    {
      "item": "goety:jade"
    },
    {
      "item": "goety:wind_core"
    },
    {
      "item": "minecraft:ender_eye"
    },
    {
      "item": "goety:shadow_essence"
    },
    {
      "item": "minecraft:glass_bottle"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "goety_revelation"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}