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