aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-09 17:49:52 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2022-01-09 17:49:52 +0000
commit13b79706b6eddef6118453bf51782ad01b3e8328 (patch)
tree28afa10d207b77e5e127c21ad71dbe8b698c8a84 /src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures
parent77fb0cac1c9c2b57262f41da64926fe2778a3b65 (diff)
downloadGT5-Unofficial-13b79706b6eddef6118453bf51782ad01b3e8328.tar.gz
GT5-Unofficial-13b79706b6eddef6118453bf51782ad01b3e8328.tar.bz2
GT5-Unofficial-13b79706b6eddef6118453bf51782ad01b3e8328.zip
Partially implemented Computer Cube.
Fix Multis wanting Mufflers when pollution = 0. Fix getMethodName potentially crawling too far up the stack.
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java1
1 files changed, 1 insertions, 0 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 84c0686d61..8f68b646f9 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
@@ -432,6 +432,7 @@ 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");