Chunkload
Use the chunkload requirement in a CT recipe
.chunkload()
.chunkload(radius)Example
<recipetype:custommachinery:custom_machine>.create("custommachinery:dynamo", 1)
.chunkload(2)
.requireEnergyPerTick(10)
.build();Use the chunkload requirement in a CT recipe
.chunkload()
.chunkload(radius)<recipetype:custommachinery:custom_machine>.create("custommachinery:dynamo", 1)
.chunkload(2)
.requireEnergyPerTick(10)
.build();