Did what I could with mj6

This commit is contained in:
AlgorithmX2
2014-05-09 21:08:56 -05:00
parent 2f071e7341
commit 3491fe4e33
14 changed files with 213 additions and 37 deletions
+10
View File
@@ -0,0 +1,10 @@
package appeng.integration.abstraction;
import appeng.tile.powersink.MinecraftJoules5;
public interface IMJ5
{
Object createPerdition(MinecraftJoules5 buildCraft);
}