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

Runic Altar

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

output

✓

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

mana

✓

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

ingredients

✓

Список предметов для крафта

event.recipes.botania.runic_altar({
  output: {
    item: "botania:rune_wrath",
  },
  mana: 12000,
  ingredients: [
    {
      tag: "forge:gems/mana_diamond",
    },
    {
      tag: "forge:gems/mana_diamond",
    },
    {
      tag: "botania:runes/winter",
    },
    {
      tag: "botania:runes/earth",
    },
  ],
});
PreviousTerra PlateNextPure Daisy

Last updated 1 year ago