Sky

Make the recipe require a clear access to the sky

This requirement will only check if the machine has clear access to the sky.

The check occurs every tick so if the machine stop having access to the sky during a process (for example if a player place a block above it), it will stop and wait for sky to be visible again.

The requirement type of sky requirement is : "custommachinery:sky".

Properties

The sky requirement has 1 mandatory property.

Mandatory property

"type": "custommachinery:sky" //Mandatory to define a sky requirement.

Example

How to define a sky requirement:

{
    "type": "custommachinery:sky"
}

Last updated