MJ 6 + MJ 5 Integration.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import appeng.tile.powersink.MinecraftJoules5;
|
||||
|
||||
public interface IMJ5
|
||||
{
|
||||
|
||||
Object createPerdition(MinecraftJoules5 buildCraft);
|
||||
Object createPerdition(Object buildCraft);
|
||||
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user