Build Script Update.

FMP Fixes
Optional Interfaces for BC
Optional Interfaces for IC2
Removed UE Api on Items
Proxied Effect for C-CQuartz
This commit is contained in:
AlgorithmX2
2014-01-28 11:29:17 -06:00
parent 0f75db5e80
commit 9a64980443
16 changed files with 125 additions and 158 deletions
+6
View File
@@ -72,4 +72,10 @@ public class ServerHelper extends CommonHelper
throw new RuntimeException( "This is a server..." );
}
@Override
public void spawnLightning(World worldObj, double posX, double posY, double posZ)
{
// :P
}
}