QED automation with Applied Energistics 2

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Azzanine

New Member
Jul 29, 2019
2,706
-11
0
Can turtles or regular CC place in to Quaffleing Eccentric Dynamos? You could put an interface on the turtle or a chest the Turtle can access. Then program the turtle to place it in the right slots.

Problems with this approach are;
You need to code each item and figure out a way to call the right code for the item you want(something along tge lines of if you receive x item and y item then place it like so).

The other problem is CC might not be able to even access the QED's inventory.

Steave's Factory manager might be able to do it too.

Sent from my GT-I9100 using Tapatalk
 

mathchamp

New Member
Jul 29, 2019
153
0
0
QED is intended to be unable to be automated, so don't expect anything to be able to access the QED inventory slots. The only slot accessible to automation is the output.

I tried it myself with ComputerCraft and OpenPeripherals and no dice.
 
  • Like
Reactions: Type1Ninja

Colensocon1

New Member
Jul 29, 2019
331
0
0
The only reason I can see this not wanting to be automated would be the fact it can triple ores perhaps Tema should make another machine for tripling that cannot be automated so that people can automated things like energy nodes and countless other items it's rather annoying to be honest :/
 
  • Like
Reactions: Furious1964

ChemE

New Member
Jul 29, 2019
371
0
0
I have tried everything in infinity and to the best of my knowledge this is impossible. RWTema coded it to be impossible to automate and I think he succeeded. I've tried EnderIO, XU (because why not right?), TE4, SFM, CC, Open Peripherals, AE2, and even Routers Reborn; no dice.
 

mathchamp

New Member
Jul 29, 2019
153
0
0
The only way I could see QED automation is if someone wrote a mod that hard-coded interaction with that specific machine (although RWTema would probably then rewrite the QED to break such a mod), or, if someone took the fake player concept to its logical conclusion and made something that acted exactly as a real player/client would, but without the living, breathing human behind the keyboard, i.e. a bot.