diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-04-22 18:22:42 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-04-22 18:22:42 +1000 |
commit | 60710b8812b82ca7d15a3781307410be7ff4392d (patch) | |
tree | da07015242c1a44b82e7d41ea8a491d5361008b7 /src/Java/miscutil/gregtech/api/metatileentity/implementations | |
parent | b33cfd02d8a367af0ba9a6689a0507440f44d07c (diff) | |
download | GT5-Unofficial-60710b8812b82ca7d15a3781307410be7ff4392d.tar.gz GT5-Unofficial-60710b8812b82ca7d15a3781307410be7ff4392d.tar.bz2 GT5-Unofficial-60710b8812b82ca7d15a3781307410be7ff4392d.zip |
Fixed the texture issue with Iron plated Bricks,
Fixed item registration of the Industrial Centrifuge and related Casings,
Added recipes.
Diffstat (limited to 'src/Java/miscutil/gregtech/api/metatileentity/implementations')
-rw-r--r-- | src/Java/miscutil/gregtech/api/metatileentity/implementations/GregtechMetaCasingBlocks.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/gregtech/api/metatileentity/implementations/GregtechMetaCasingBlocks.java b/src/Java/miscutil/gregtech/api/metatileentity/implementations/GregtechMetaCasingBlocks.java index e2587fffef..c02404fff7 100644 --- a/src/Java/miscutil/gregtech/api/metatileentity/implementations/GregtechMetaCasingBlocks.java +++ b/src/Java/miscutil/gregtech/api/metatileentity/implementations/GregtechMetaCasingBlocks.java @@ -60,8 +60,8 @@ extends GT_Block_Casings_Abstract { return Textures.BlockIcons.MACHINE_CASING_STABLE_TITANIUM.getIcon(); case 2: return Textures.BlockIcons.MACHINE_CASING_ROBUST_TUNGSTENSTEEL.getIcon(); - case 11: - return Textures.BlockIcons.MACHINE_HEATPROOFCASING.getIcon(); + case 10: + return Textures.BlockIcons.MACHINE_CASING_SOLID_STEEL.getIcon(); case 12: return Textures.BlockIcons.MACHINE_COIL_CUPRONICKEL.getIcon(); case 13: |