MJ 6 + MJ 5 Integration.

This commit is contained in:
AlgorithmX2
2014-05-11 16:13:37 -05:00
parent ce561ffbe3
commit be645f3e2f
7 changed files with 289 additions and 23 deletions
@@ -15,7 +15,7 @@ public abstract class BaseMJperdition extends AETileEventHandler
@Method(iname = "MJ5")
public abstract PowerReceiver getPowerReceiver();
public abstract double useEnergy(float f, float requred, boolean b);
public abstract double useEnergy(double f, double requred, boolean b);
public abstract void addEnergy(float failed);