Replaces all constants regarding their naming conventions
This commit is contained in:
@@ -64,7 +64,7 @@ public class TileCubeGenerator extends AEBaseTile
|
||||
|
||||
void spawn()
|
||||
{
|
||||
this.worldObj.setBlock( this.xCoord, this.yCoord, this.zCoord, Platform.AIR, 0, 3 );
|
||||
this.worldObj.setBlock( this.xCoord, this.yCoord, this.zCoord, Platform.AIR_BLOCK, 0, 3 );
|
||||
|
||||
Item i = this.is.getItem();
|
||||
int side = ForgeDirection.UP.ordinal();
|
||||
|
||||
Reference in New Issue
Block a user