Chunkload

Make your recipe chunkload an area around the machine.

The chunkload requirement can be used to make the machine chunkload an area around it.

Unlike the Chunkload machine component, this requirement will chunkload the area only while the recipe is processing.

If the recipe containing this requirement stop processing (because some other requirement aren't valid for example) the chunkload will stop too.

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

Properties

The button requirement only has 1 mandatory property and 1 optional property.

Mandatory properties

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

Optional property

Radius

Name : radius

Description :

The radius (in chunks) of the chunkloading area. The radius include the center chunk (where the machine is placed) so a radius of 2 means an area of 3x3 chunks.

Must be between 1 and 32.

Default : 1

Example :

The machine will chunkload an area of 3x3 chunks.

"radius": 2

Example

A chunkload requirement that will make the machine chunkload an area of 3x3 chunks around it as long as the recipe is processing :

{
    "type": "custommachinery:chunkload",
    "radius": 2
}

Last updated