promotional bannermobile promotional banner
premium banner
A very simple chunkloader upgrade for CC:Tweaked turtles

Description

CC Chunkloader upgrade

A very simple chunkloader upgrade mod for CC:Tweaked.

Dependencies

This mod (obviously) requires CC:Tweaked.
Additionally either Kottle or Kotlin for Forge is required.

 

Crafting recipes

Craft by forming an X from Ender Eyes and filling it in with stone

 

API

When attached to a turtle the upgrade is a peripheral available through the Peripheral API.

The following methods are exposed:

Method name Function
setActive([true|false]) Enable or disable chunk loading. This will be false by default and will reset to false on every reboot. If you want your turtle to keep loading chunks (and thus keep operating) after a reboot you need to make sure to call setActive(true) in your startup script.
isActive() Gets the current state (true or false) of the peripheral.