Redstone
Use the redstone requirement in a KubeJS recipe
.requireRedstone(power)Example
ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.requireRedstone("(,8)")
})Use the redstone requirement in a KubeJS recipe
.requireRedstone(power)ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.requireRedstone("(,8)")
})