diff options
author | miozune <miozune@gmail.com> | 2022-12-15 01:56:46 +0900 |
---|---|---|
committer | miozune <miozune@gmail.com> | 2022-12-15 01:56:46 +0900 |
commit | 1dc1845df93e262cadf192fe588a395303c0d87a (patch) | |
tree | 1011cc4f1a2d9c1d87f37c3ba974814b94a7938d | |
parent | f9da595046b1fe6e940948601e4cf1e6c1fc239a (diff) | |
download | GT5-Unofficial-1dc1845df93e262cadf192fe588a395303c0d87a.tar.gz GT5-Unofficial-1dc1845df93e262cadf192fe588a395303c0d87a.tar.bz2 GT5-Unofficial-1dc1845df93e262cadf192fe588a395303c0d87a.zip |
remove comment
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java index deea74da30..c5f25f6aa8 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java @@ -3210,18 +3210,8 @@ public abstract class GT_MetaTileEntity_MultiblockBase_EM extends GT_MetaTileEnt break; case STATUS_UNUSED: default: - // if (GregTech_API.sColoredGUI && this.mContainer.mTileEntity != null) { - // int tColor = this.mContainer.mTileEntity.getColorization() & 15; - // if (tColor < ItemDye.field_150922_c.length) { - // tColor = ItemDye.field_150922_c[tColor]; - // GL11.glColor4f((float)(tColor >> 16 & 255) / 255.0F, (float)(tColor >> 8 & - // 255) / 255.0F, - // (float)(tColor & 255) / 255.0F, 1F); - // } - // } - // drawTexturedModalRect(x + su * i, y + sv * j, 212, 96, su+2, sv+2); - // GL11.glColor4f(1f, 1f, 1f, 1f); - // break; + // no-op + break; } setDrawable(texture); super.draw(partialTicks); |