IC2 Classic API support (This is all you are getting)

If this is broken I dont care, if it has broken other things I will care.
This commit is contained in:
modmuss50 2016-01-07 10:46:13 +00:00
parent e03bbacfcf
commit b588e8c08a
136 changed files with 2824 additions and 346 deletions

View file

@ -209,17 +209,13 @@ public class TileQuantumTank extends TileMachineBase implements IFluidHandler,
}
@Override
public boolean wrenchCanSetFacing(EntityPlayer entityPlayer, int side) {
public boolean wrenchCanSetFacing(EntityPlayer entityPlayer, EnumFacing side) {
return false;
}
@Override
public short getFacing() {
return 0;
}
@Override
public void setFacing(short facing) {
public EnumFacing getFacing() {
return getFacingEnum();
}
@Override