cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
916 stars 210 forks source link

Using portals #52

Open ZyorTaelon opened 6 years ago

ZyorTaelon commented 6 years ago

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' 😇

nevercast commented 5 years ago

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

powerboat9 commented 5 years ago

Turtles could probably break and throw an item version of themselves

DevL0rd commented 4 years ago

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

DevL0rd commented 4 years ago

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