Back to mods
KubeJS Blood Magic project artwork

CurseForge · Minecraft mod

KubeJS Blood Magic

KubeJS Blood Magic integration

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which KubeJS Blood Magic release matches 1.16.2?

Updated last month
Best match for your filters kubejs-blood-magic-1605.1.1-build.3.jar
Game version 1.16.3, 1.16.5, 1.16.4
Loader forge

KubeJS Blood Magic kubejs-blood-magic-1605.1.1-build.3.jar targets 1.16.3, 1.16.5, 1.16.4. The project page does not say whether this file belongs on the client, dedicated server, or both. 2 required mods need a matching file.

Where it goes

Is KubeJS Blood Magic required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does KubeJS Blood Magic kubejs-blood-magic-1605.1.1-build.3.jar need?

kubejs-blood-magic-1605.1.1-build.3.jar on 1.16.2. Every mod below is checked against that same setup.

2 required mods need a matching file

Install KubeJS, Blood Magic first, but 2 required mods have no matching file for this setup. Do not mix loader builds to force a match.

KubeJS Needed by KubeJS Blood Magic kubejs-blood-magic-1605.1.1-build.3.jar
required
No matching file
Blood Magic Needed by KubeJS Blood Magic kubejs-blood-magic-1605.1.1-build.3.jar
required
No matching file

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add KubeJS Blood Magic without breaking your instance.

Built for KubeJS Blood Magic kubejs-blood-magic-1605.1.1-build.3.jar on 1.16.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use kubejs-blood-magic-1605.1.1-build.3.jar. It targets 1.16.3, 1.16.5, 1.16.4; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install KubeJS, Blood Magic first, but 2 required mods have no matching file for this setup. Do not mix loader builds to force a match.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside kubejs-blood-magic-1605.1.1-build.3.jar. It opens that exact file at the source.

About this project

What does KubeJS Blood Magic add?

Allows KubeJS to edit and create Blood Magic recipes. See Recipes page for more info.

Supported recipe types:

  • altar

event.recipes.bloodmagic.altar(output, input)
event.recipes.bloodmagic.altar(output, input).upgradeLevel(int).altarSyphon(int).consumptionRate(int).drainRate(int)

  • array

event.recipes.bloodmagic.array(output, baseInput, addedInput)
event.recipes.bloodmagic.array(output, baseInput, addedInput).texture(string)

  • soulforge

event.recipes.bloodmagic.soulforge(output, [input])
event.recipes.bloodmagic.soulforge(output, [input]).minimumDrain(double).drain(double)

  • arc

event.recipes.bloodmagic.arc(output, input, tool)
event.recipes.bloodmagic.arc(output, input, tool, [addedOutput])
event.recipes.bloodmagic.arc(output, input, tool, [addedOutput]).consumeIngredient(boolean).outputFluid(fluid)

  • alchemytable

event.recipes.bloodmagic.alchemytable(output, [input])

event.recipes.bloodmagic.alchemytable(output, [input]).syphon(int).ticks(int).upgradeLevel(int)

Example kubejs/server_scripts/blood_magic.js:

onEvent('recipes', event => {

const { altar, array, soulforge, arc, alchemytable } = event.recipes.bloodmagic

altar('minecraft:carrot', 'minecraft:apple')

array('minecraft:spruce_planks', 'minecraft:oak_planks', 'minecraft:birch_planks')

soulforge('minecraft:stone', ['minecraft:gold_ore', 'minecraft:diamond_ore', 'minecraft:iron_ore']).drain(1.0)

arc('minecraft:netherite_ingot', 'minecraft:iron_ingot', 'minecraft:iron_pickaxe', [Item.of('minecraft:cobblestone').chance(0.4)])

alchemytable('minecraft:gold_ingot', ['minecraft:iron_ingot', 'minecraft:iron_ingot', 'minecraft:iron_ingot', 'minecraft:iron_ingot']).upgradeLevel(2)

})

Project description from CurseForge.

Pick your setup

KubeJS Blood Magic by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

5 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

KubeJS Blood Magic versions and loaders

4 of 5 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.