Skip to main content
Version: 2.x

Infuser

Recipes for the Blood Infuser: a central item is infused using up to four side ingredients, optionally producing byproducts in three extra output slots.

Recipe type: vampirism:infuser.

data/vampirism/recipe/example.json
{
"type": "vampirism:infuser",
"commoninfo": {},
"item": "vampirism:diamond_heart_seeker",
"ingredient1": "vampirism:pure_blood_4",
"ingredient2": "vampirism:pure_blood_4",
"ingredient3": "vampirism:pure_blood_4",
"ingredient4": "vampirism:pure_blood_4",
"result": { "id": "vampirism:diamond_heart_seeker" },
"cookingtime": 200
}
FieldRequiredTypeDescription
itemyesIngredientThe central item being infused.
ingredient1ingredient4IngredientThe four side slots. At least one must be present. A slot with no ingredient must be left empty in-world.
resultnoItem stack templateMain output. If omitted, the output is a copy of item with pure-blood level applied (min of the inputs' pure levels).
result1, result2, result3Item stack templateOptional byproducts placed in the three extra output slots.
commoninfonoobject { "show_notification": bool }Vanilla CommonInfo. Defaults to {}show_notification: true.
groupnostringRecipe-book grouping.
cookingtimenoint (default 200)Ticks to finish.