Kubejs Docs
CtrlK
  • 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

Pure Daisy

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

input

✓

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

output

✓

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

event.recipes.botania.pure_daisy({
    input: {
        type: "block",
        block: "minecraft:water"
    },
    output: {
        item: "botania:snow_block"
    }
})
PreviousRunic AltarNextPetal Apothecary

Last updated 1 year ago