Sky

Use the sky requirement in a Crafttweaker recipe

Use this method to add a sky requirement to the recipe.

.mustSeeSky()

Example

The following recipe will require the machine to have a clear access to the sky :

<recipetype:custommachinery:custom_machine>.create("custommachinery:power_crusher", 20)
.mustSeeSky()
.build();

Last updated