Posted 21 September 2016 - 04:34 AM
Recently I've been looking for a mod that would allow turtles/computers to keep chunks loaded so that they don't need baby sitting.
I've found a few chunk loader mods that add chunk loading blocks or peripherals, however don't want to use a chunk loader block or peripheral as it would be a hassle to make and place them everywhere (albeit only slightly), and would also require the clients to install the mod.
Is there such a mod that would turn the computers and turtles themselves into 1x1 chunk loaders? Since its only affecting the loaded chunks and not adding any extra blocks / items, I'm hoping it would be a server side only mod.
The server I'm running is quite small, so there won't be any memory problems with too many computers running. Should that become an issue perhaps the chunk loading ability could be turned on and off per computer (ie.
If no such mod exists, consider this also a request to see if anyone would be willing to make one, surely I'm not the only one who wants this.
I've found a few chunk loader mods that add chunk loading blocks or peripherals, however don't want to use a chunk loader block or peripheral as it would be a hassle to make and place them everywhere (albeit only slightly), and would also require the clients to install the mod.
Is there such a mod that would turn the computers and turtles themselves into 1x1 chunk loaders? Since its only affecting the loaded chunks and not adding any extra blocks / items, I'm hoping it would be a server side only mod.
The server I'm running is quite small, so there won't be any memory problems with too many computers running. Should that become an issue perhaps the chunk loading ability could be turned on and off per computer (ie.
os.keepChunkLoaded(false)
).If no such mod exists, consider this also a request to see if anyone would be willing to make one, surely I'm not the only one who wants this.