Using portals
ZyorTaelon opened this issue ยท 4 comments
I'm not sure if a CC turtle can use a regular nether portal, but I've been playing a lot with stargates from the Atlantiscraft mod (fork from SGCraft). The CC turtle can't move through a stargate.
Now this might be a problem in the stargate mod, but since even minecarts can move through stargates I thought I'd checkin here.
Background reason: CC turtles make for excelent 'Replicators' ๐
@ZyorTaelon I was working on some replicators actually for my NodeOS in computercraft, and tried to get a malp working when i ran into this issue.
It live maps the area with plethora, and you can use turtles to hunt for resources and automate alot of the survival stuff.
https://github.com/DevL0rd/Node-OS
It does natively support stargates and you can securely pair with them and store addresses, remotely control them, open iris on approach if paired etc.
I would love the same functionality, even if it were just for nether portals.
I'd also like the ability to detect which dimension the turtle is in, but it's not as much of an issue in nodeos as the satelite array stores the master map data.
But would still be good to know, so I can make my os a bit smarter.