mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-21 19:38:48 -04:00

Switched things around a bit, power traits don't implement their interfaces by default now, instead they get injected by the class transformer if the power mod is present to avoid class not found errors in conjunction with interface stripping seemingly getting confused by Scala's synthetic classes.