diff options
| author | miozune <miozune@gmail.com> | 2023-05-11 18:15:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 11:15:30 +0200 |
| commit | bd28732e96aed7e2c82321179486e8c4f6446a1a (patch) | |
| tree | aafffbbe20405cff24115b35588344219eb25109 /src/main/java/gtPlusPlus/xmod/gregtech/common/blocks | |
| parent | cfce34129865348958fd9bedf0b23719f831676b (diff) | |
| download | GT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.tar.gz GT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.tar.bz2 GT5-Unofficial-bd28732e96aed7e2c82321179486e8c4f6446a1a.zip | |
Remove Computer Cube MKII (#622)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/blocks')
| -rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java index abcfa09f13..cac8aa742f 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java @@ -580,7 +580,6 @@ public class TexturesGtBlock { public static final CustomIcon Casing_Electric_Auto_Workbench_Side = new CustomIcon( "TileEntities/gt4/OVERLAY_SIDE_CABINET"); - public static final CustomIcon Casing_Computer_Cube = new CustomIcon("TileEntities/gt4/computer"); public static final CustomIcon Casing_CropHarvester_Cutter = new CustomIcon("TileEntities/gt4/OVERLAY_CROP"); public static final CustomIcon Casing_CropHarvester_Boxes = new CustomIcon("TileEntities/gt4/OVERLAY_BOXES"); |
