CC: Tweaked

CC: Tweaked

42M Downloads

Using portals

ZyorTaelon opened this issue ยท 4 comments

commented

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' ๐Ÿ˜‡

commented

I'd really like to see turtles move in and out of the mining world also.

commented

Turtles could probably break and throw an item version of themselves

commented

@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.

commented

My goal eventually is to automate minecraft with turtles, and it's basically already there.
But sadly turtles have to dump things in a hopper to have them shot through a portal. And that sucks DX

So yeah if we can get that going. that would be excellent XD