diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 09:56:23 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 09:56:23 +1000 |
commit | 37271be246f94eb81c909be45403ee377d7228c3 (patch) | |
tree | f58e1b4a135b1c00d5d2d79aa6436aa014c1e0e0 /src/Java/gtPlusPlus/core/material | |
parent | 81ab0e2ef5e9b4c3121ea23ee597e71fffda5d69 (diff) | |
download | GT5-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.java | 4 |
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()); } |