Blood Vial
irons_spellbooks:blood_vial

Blood Vial

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

Function

By heating up a Minecraft cauldron with a campfire below, or by using an Alchemist cauldron, mobs placed inside can be cooked for blood.

Acquisition

Filling using Glass Bottle and Blood (250 mB). Produces Blood Vial.

Filling conditional
Glass Bottle Glass Bottle Blood (250 mB)
Blood Vial Blood Vial guaranteed

Alchemist Cauldron Empty using no listed ingredients. Produces Blood Vial.

Alchemist Cauldron Empty
Blood Vial Blood Vial guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Dead King Vault (irons_spellbooks) irons_spellbooks:dead_king_vault1–2100%
Loot table: Crypt Loot (irons_spellbooks) irons_spellbooks:crypt_loot1–2100%

Used in (2)

Crafting using Arcane Cloth, Any Netherite Ingot, Arcane Cloth, Blood Vial, Ruined Book, Blood Vial, Arcane Cloth, Bottle o' Lightning and Arcane Cloth, arranged in the pattern shown. Produces Ancient Codex.

Crafting
Arcane Cloth
Any Netherite Ingot
Arcane Cloth
Blood Vial
Ruined Book
Blood Vial
Arcane Cloth
Bottle o' Lightning
Arcane Cloth
Ancient Codex Ancient Codex guaranteed

Emptying using Blood Vial. Produces 250× Blood and Glass Bottle.

Emptying conditional
Blood ×250 guaranteed
Glass Bottle Glass Bottle guaranteed
Developer reference
Registry name
irons_spellbooks:blood_vial
Namespace
irons_spellbooks
Mod ID
irons_spellbooks
Tags (1)
irons_spellbooks:items/blood_focus

Recipe JSON (2):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "fluid": "irons_spellbooks:blood",
      "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": "irons_spellbooks:alchemist_cauldron_empty",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}