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
I've been messing around with turtles and code recently but this one escapes me. I'm able to wrap the peripheral but don't know how to use the .getAuraNode() to put the data into variables and how to read them. Does anyone know?
All I can find are some suggestions that compatibility got broken somewhere along the line and may not be fixed yet. But that's shaky data, as I can't find anything that explains what you'd expect to get back in the first place.
What happens if you just run "goggles.getAuraNode()", or "junk = goggles.getAuraNode()"?
All I can find are some suggestions that compatibility got broken somewhere along the line and may not be fixed yet. But that's shaky data, as I can't find anything that explains what you'd expect to get back in the first place.
What happens if you just run "goggles.getAuraNode()", or "junk = goggles.getAuraNode()"?
Those who talk about it, talk about the same error. I've just built one and also can't get it to co-operate - the only way I can stop that error being thrown is by trying to access that function while no valid node is in range.
Methinks it's indeed bugged, as it's complaining about some call within the API itself, not the output of the specific function you're trying to call.