aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/blocks
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/common/blocks')
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings5.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/blocks/GT_Block_Casings5.java b/src/main/java/gregtech/common/blocks/GT_Block_Casings5.java
index 3a9efdbe71..0cb1934dec 100644
--- a/src/main/java/gregtech/common/blocks/GT_Block_Casings5.java
+++ b/src/main/java/gregtech/common/blocks/GT_Block_Casings5.java
@@ -66,6 +66,7 @@ public class GT_Block_Casings5 extends GT_Block_Casings_Abstract implements IHea
ItemList.Casing_Coil_Infinity.set(new ItemStack(this, 1, 11));
ItemList.Casing_Coil_Hypogen.set(new ItemStack(this, 1, 12));
ItemList.Casing_Coil_Eternal.set(new ItemStack(this, 1, 13));
+ ItemList.Casing_Shielded_Accelerator.set(new ItemStack(this, 1, 14));
}
@Override
@@ -91,6 +92,7 @@ public class GT_Block_Casings5 extends GT_Block_Casings_Abstract implements IHea
case 11 -> Textures.BlockIcons.MACHINE_COIL_INFINITY.getIcon();
case 12 -> Textures.BlockIcons.MACHINE_COIL_HYPOGEN.getIcon();
case 13 -> Textures.BlockIcons.MACHINE_COIL_ETERNAL.getIcon();
+ case 14 -> Textures.BlockIcons.MACHINE_CASING_SHIELDED_ACCELERATOR.getIcon();
default -> Textures.BlockIcons.MACHINE_COIL_CUPRONICKEL.getIcon();
};
}