Filling using Glass Bottle and Blood (250 mB). Produces Blood Vial.
Blood Vial
Iron's Spells 'n Spellbooks · by Iron431, Lab3
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
Alchemist Cauldron Empty using no listed ingredients. Produces Blood Vial.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Dead King Vault (irons_spellbooks) irons_spellbooks:dead_king_vault | 1–2 | 100% | — |
Loot table: Crypt Loot (irons_spellbooks) irons_spellbooks:crypt_loot | 1–2 | 100% | — |
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.
Emptying using Blood Vial. Produces 250× Blood and Glass Bottle.
Blood ×250 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
}