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. Botania

Mana Infusion

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

input

✓

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

output

✓

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

mana

✓

Кол-во маны за использование

catalyst

✓

Катализатор

event.recipes.botania.mana_infusion({
    input: {
        tag: "minecraft:wool"
    },
    output: {
        item: "botania:vinculotus",
        count: 3
    },
    mana: 100,
    catalyst: {
        type: "block",
        block: "botania:alchemy_catalyst"
    }
})
PreviousPetal ApothecaryNextElven Trade

Last updated 1 year ago