Sky
Use the sky requirement in a Crafttweaker recipe
.mustSeeSky()Example
<recipetype:custommachinery:custom_machine>.create("custommachinery:power_crusher", 20)
.mustSeeSky()
.build();Last updated
Use the sky requirement in a Crafttweaker recipe
.mustSeeSky()<recipetype:custommachinery:custom_machine>.create("custommachinery:power_crusher", 20)
.mustSeeSky()
.build();Last updated