This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
roger109z's profile picture

chunkloading/tpa system with command computers

Started by roger109z, 01 April 2016 - 04:09 PM
roger109z #1
Posted 01 April 2016 - 06:09 PM
Is there a way to chunkload or make a tpa system with command computers? I am trying to do this on a 1.8.9 thaumcraft/computercraft server with no peripheral mods (as of yet atleast)
Lyqyd #2
Posted 01 April 2016 - 07:43 PM
Moved to Ask a Pro.
KingofGamesYami #3
Posted 01 April 2016 - 08:40 PM
I'm fairly certain that changing a block will load a chunk, so pick a random air block and flip it between air and dirt.

A TPA system is certainly possible, as you can execute /tp. I think a chat box would be required to make it useful though.
roger109z #4
Posted 01 April 2016 - 09:03 PM
I'm fairly certain that changing a block will load a chunk, so pick a random air block and flip it between air and dirt.

A TPA system is certainly possible, as you can execute /tp. I think a chat box would be required to make it useful though.
thank you for replying so fast but A) Tried that it doesn't chunk load :(/> and B)/> how would I code that?
Bomb Bloke #5
Posted 02 April 2016 - 01:24 AM
Setblock doesn't chunkload, but getblockinfo does. Dunno how long the target chunk stays loaded, though.