Time
Use the time requirement in a KubeJS recipe
.requireTime("time")Example
ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.requireTime("(,12000)")
})Use the time requirement in a KubeJS recipe
.requireTime("time")ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.requireTime("(,12000)")
})