Kubejs Docs
  • KubeJS
  • Начало
    • Ваш первый скрипт
  • События
    • Создание крафтов
  • Моды
    • Botania
      • Terra Plate
      • Runic Altar
      • Pure Daisy
      • Petal Apothecary
      • Mana Infusion
      • Elven Trade
    • ExNihilo Sequentia
      • Compost
      • Crook
      • Crucible
      • Fluid Item
      • Fluid On Top
      • Hammer
      • Fluid Transform
      • Heat
      • Sieve
    • Extended Crafting
      • Combination Recipes
      • Compression Recipes
      • Ender Recipes
      • Flux Recipes
      • Singularities
      • Table Recipes
    • BloodMagic
      • Blood Altar
      • Soul Forge
      • Alchemy Table
      • Alchemy Array
      • Alchemical Reaction Chamber
    • Draconic Evolution
      • Fusion Crafting
Powered by GitBook
On this page
  1. Моды
  2. BloodMagic

Soul Forge

Поле
Обязательное
Описание

input0

✓

Входной предмет 1

input1

✓

Входной предмет 2

input2

✓

Входной предмет 3

input3

✓

Входной предмет 4

output

✓

Выходной предмет

minimumDrain

✓

Минимальный объем воли для крафта

drain

✓

Кол-во потребленной воли за крафт

event.recipes.bloodmagic.soulforge({
    input0: {
        item: "minecraft:arrow"
    },
    input1: {
        item: "minecraft:diamond"
    },
    input2: {
        item: "minecraft:diamond"
    },
    input3: {
        item: "minecraft:iron_ingot"
    },
    output: {
        item: "minecraft:bedrock"
    },
    minimumDrain: 240.0,
    drain: 50.0
})
PreviousBlood AltarNextAlchemy Table

Last updated 1 year ago