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. ExNihilo Sequentia

Crook

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

results

✓

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

input

✓

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

event.recipes.exnihilosequentia.crook({
  results: [
    {
        chance: 0.1, // шанс
        item: "exnihilosequentia:silkworm", // предмет
        count: 1 // количество
    }
  ],
  input: {
    item: "exnihilosequentia:ancient_spores",
  },
});
PreviousCompostNextCrucible

Last updated 1 year ago