aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/material
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 09:56:23 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 09:56:23 +1000
commit37271be246f94eb81c909be45403ee377d7228c3 (patch)
treef58e1b4a135b1c00d5d2d79aa6436aa014c1e0e0 /src/Java/gtPlusPlus/core/material
parent81ab0e2ef5e9b4c3121ea23ee597e71fffda5d69 (diff)
downloadGT5-Unofficial-37271be246f94eb81c909be45403ee377d7228c3.tar.gz
GT5-Unofficial-37271be246f94eb81c909be45403ee377d7228c3.tar.bz2
GT5-Unofficial-37271be246f94eb81c909be45403ee377d7228c3.zip
+ Added base framework for wearables. (Clothing/Armour).
$ Fixed issue with Giant Chicken Renderer.
Diffstat (limited to 'src/Java/gtPlusPlus/core/material')
-rw-r--r--src/Java/gtPlusPlus/core/material/MaterialGenerator.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/material/MaterialGenerator.java b/src/Java/gtPlusPlus/core/material/MaterialGenerator.java
index 0eb2667f4f..0185c7d8c4 100644
--- a/src/Java/gtPlusPlus/core/material/MaterialGenerator.java
+++ b/src/Java/gtPlusPlus/core/material/MaterialGenerator.java
@@ -303,10 +303,6 @@ public class MaterialGenerator {
sRadiation = matInfo.vRadiationLevel;
}
- Item temp;
- Block tempBlock;
-
-
if (generateOre) {
tempBlock = new BlockBaseOre(matInfo, BlockTypes.ORE, Colour.intValue());
}