Added Immibis Microblock Support.

This commit is contained in:
AlgorithmX2
2014-03-22 16:51:37 -05:00
parent b86fb56999
commit b96eb3ce33
4 changed files with 28 additions and 4 deletions
+4 -2
View File
@@ -112,7 +112,8 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
}
@Override
final public void writeToNBT(NBTTagCompound data)
// NOTE: WAS FINAL, changed for Immibis
public void writeToNBT(NBTTagCompound data)
{
super.writeToNBT( data );
@@ -130,7 +131,8 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
}
@Override
final public void readFromNBT(NBTTagCompound data)
// NOTE: WAS FINAL, changed for Immibis
public void readFromNBT(NBTTagCompound data)
{
super.readFromNBT( data );