I've added support for OpenComputers robots by creating an upgrade/driver for one of my mods tools.
While the upgrade works perfectly, there are a few quirks I couldn't seem to find the answer to.
1) How do I flag an upgrade for use in robots only?
-- Currently it can go into any upgrade slot but only works in the robots.
2) Is there a way to get a robots facing via the API?
-- Currently using ((Robot)host).facing()
Driver Registration is done in FMLInitializationEvent via:
Driver.add(new DriverColorizer());DriverColorizer.class :
public class DriverColorizer extends Driv