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

Aren't "chunk Loader" Upgrade Supposed To Also Be "wireless"

Started by Halekio, 08 August 2013 - 11:44 AM
Halekio #1
Posted 08 August 2013 - 01:44 PM
I had a setup in FTB Ultimate whereby my Tutle (Mining + Chunk Loader) was controlled via a computer communicating over rednet.

Now in FTB Unleashed when I try: rednet.open("right")… i get: No moden on right side.
(for good measure I tried the other side, but same result … and since it's the same script i'm running, I would have expected the same result)

Had something changed ?
MysticT #2
Posted 08 August 2013 - 03:52 PM
You should ask the peripheral developer (miscperipherals?, CC doesn't have chunk loaders), but the way peripherals work in turtles doesn't allow to have 2 peripherals, so you can't have a modem and the chunk loader (again, ask the peripheral developer, he will provide a more accurate answer).
AfterLifeLochie #3
Posted 08 August 2013 - 06:54 PM
RichardG's MiscPeripheral chunkloaders are no longer modems due to the fact it broke Dan's API rules, as far as I'm aware.
campicus #4
Posted 08 August 2013 - 08:11 PM
Yea, chunkloaders use to be modems too, but no more. This makes things more difficult, but I guess you can just place a chunk loader where they will be mining.