aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-05-15 19:12:19 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-05-15 19:12:19 +1000
commitc7b39a04db6f567b1fe62d03abafbe5a77026721 (patch)
treecc7afb926bf9cbea3d164322de741e4198d85506 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines
parent9205c63146f96d7cc3280d05102de830ee3cd7f6 (diff)
downloadGT5-Unofficial-c7b39a04db6f567b1fe62d03abafbe5a77026721.tar.gz
GT5-Unofficial-c7b39a04db6f567b1fe62d03abafbe5a77026721.tar.bz2
GT5-Unofficial-c7b39a04db6f567b1fe62d03abafbe5a77026721.zip
+ Added new textures for the GT Shelves.
$ Fixed a bug during ore recipe generation. $ Fixed all GT Shelves using incorrect textures.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java
index 8d2dec0715..8f13c05227 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java
@@ -268,7 +268,7 @@ public class GregtechMetaAtmosphericReconditioner extends GT_MetaTileEntity_Basi
double fDam = Math.floor(Math.abs(MathUtils.randFloat(1f, 2f) - MathUtils.randFloat(1f, 2f)) * (1f + 2f - 1f) + 1f);
damageValue -= fDam;
- Logger.INFO("Trying to do "+damageValue+" damage to the rotor. ["+fDam+"]");
+ //Logger.INFO("Trying to do "+damageValue+" damage to the rotor. ["+fDam+"]");
/*Materials M1 = GT_MetaGenerated_Tool.getPrimaryMaterial(this.mInventory[this.SLOT_ROTOR]);
Materials M2 = GT_MetaGenerated_Tool.getSecondaryMaterial(this.mInventory[this.SLOT_ROTOR]);