Mana
Use the mana requirement in a KubeJS recipe
.requireMana(amount)
.requireManaPerTick(amount)
.produceMana(amount)
.produceManaPerTick(amount)Example
ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.requireMana(1000)
})Last updated