aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/item/base
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-10-24 05:07:27 +0100
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-10-24 05:07:27 +0100
commit9ba6d563d1b69bc8aa88d48754c273dae77aa713 (patch)
treea3b561245d42697971dcf8232991667b5f88198c /src/Java/gtPlusPlus/core/item/base
parent1fe377e10ef32f3e54e0d152f64c67eaebef1993 (diff)
downloadGT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.tar.gz
GT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.tar.bz2
GT5-Unofficial-9ba6d563d1b69bc8aa88d48754c273dae77aa713.zip
% Tried to adjust the name of IC2 Hot Water.
$ Fixed OreDicting ore Sodium Hydroxide if GT dusts are detected. $ Fixed bad oredict look-up for RP1 cell. $ Rewrote how GT++ Materials look for existing fluids and cells during generation, hopefully this didn't break any existing cells or fluids. (Please investigate log after loading a world)
Diffstat (limited to 'src/Java/gtPlusPlus/core/item/base')
-rw-r--r--src/Java/gtPlusPlus/core/item/base/BaseItemComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/item/base/BaseItemComponent.java b/src/Java/gtPlusPlus/core/item/base/BaseItemComponent.java
index c8b6253753..9b732e38e1 100644
--- a/src/Java/gtPlusPlus/core/item/base/BaseItemComponent.java
+++ b/src/Java/gtPlusPlus/core/item/base/BaseItemComponent.java
@@ -169,7 +169,7 @@ public class BaseItemComponent extends Item{
if (this.componentMaterial == null){
if (this.materialName != null){
- list.add(Utils.sanitizeStringKeepBrackets(materialName));
+ //list.add(Utils.sanitizeStringKeepBrackets(materialName));
}
}