Скачать KubeJS Powah — Minecraft Моды — ModStock

KubeJS Powah

Активный

Установок

1

Последнее обновление

2 года назад

Версии

1.19.2
Клиент и сервер
Forge
Neoforge
Библиотеки

Allows you to create Energizing Orb recipes from the Powah mod.

Example:

ServerEvents.recipes(event => {
    // .energizing([inputs, ...], output, energy)
    event.recipes.powah.energizing(["minecraft:cobblestone"], "minecraft:tnt", 1000)
})