Sky
Use the sky requirement in a KubeJS recipe
.mustSeeSky()Example
ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.mustSeeSky()
})Use the sky requirement in a KubeJS recipe
.mustSeeSky()ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.mustSeeSky()
})