Ic2 1.11.2 support

This commit is contained in:
modmuss50 2017-04-21 09:09:28 +01:00
parent ee9e46eaa3
commit 3d55b435d4
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
7 changed files with 63 additions and 54 deletions

View file

@ -117,7 +117,7 @@ public class TileCreativePanel extends TilePowerAcceptor implements IWrenchable
//Done to prevent ic2 from exploding the adjacent blocks
@Override
@Optional.Method(modid = "IC2")
@Optional.Method(modid = "ic2")
public int getSourceTier() {
return 0;
}