Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Misc tweaks

SquidDev edited this page Nov 15, 2017 · 3 revisions

You may wish to read a similar section on the CCTweaks-Lua wiki. This details all computer related configuration options not detailed here.

Sponge tick limiting support

Sponge recently added the option* to disable TileEntities ticking outside a specified radius. Whilst this is benificial for server performance, it does result in computers shutting down if left alone. CCTweaks adds an option to suspend computers which are still loaded but outside the tick radius. The computer still recieves events, but does not process them until ticked again.

You can enable this suspending of computers by setting Computer.suspendInactive to true.

* Enabled through tileentity-activation in global.conf.

Clone this wiki locally