KubeJS Blood Magic mod for minecraft 1.16.5 is 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)

})

Screenshots:

Blood magic Items

How to install:

  1. Make sure you have already installed Minecraft Forge
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder /.minecraft/mods
  4. Launch Minecraft and click the mods button you should now see the mod is installed.

KubeJS Blood Magic mod download links:

kubejs-blood-magic-1605.1.1-build.3.jar (11.39 KB – Update last Released File on September 07, 2021)