aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/item/init
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/miscutil/core/item/init')
-rw-r--r--src/Java/miscutil/core/item/init/ItemsIngots.java1
-rw-r--r--src/Java/miscutil/core/item/init/ItemsPlates.java3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Java/miscutil/core/item/init/ItemsIngots.java b/src/Java/miscutil/core/item/init/ItemsIngots.java
index 9afb364c44..981dfecf47 100644
--- a/src/Java/miscutil/core/item/init/ItemsIngots.java
+++ b/src/Java/miscutil/core/item/init/ItemsIngots.java
@@ -20,7 +20,6 @@ public class ItemsIngots {
ModItems.itemIngotTantalloy60 = new BaseItemIngot("itemIngotTantalloy60", "Tantalloy-60", Utils.rgbtoHexValue(68, 75, 166));
ModItems.itemIngotTantalloy61 = new BaseItemIngot("itemIngotTantalloy61", "Tantalloy-61", Utils.rgbtoHexValue(122, 135, 196));
ModItems.itemIngotBloodSteel = new BaseItemIngot("itemIngotBloodSteel", "Blood Steel", Utils.rgbtoHexValue(142, 28, 0));
- ModItems.itemIngotBatteryAlloy = new BaseItemIngot("itemIngotBatteryAlloy", "Battery Alloy", Utils.rgbtoHexValue(35, 228, 141));
//Hot Ingots
diff --git a/src/Java/miscutil/core/item/init/ItemsPlates.java b/src/Java/miscutil/core/item/init/ItemsPlates.java
index c92b77e506..878b6cbb4d 100644
--- a/src/Java/miscutil/core/item/init/ItemsPlates.java
+++ b/src/Java/miscutil/core/item/init/ItemsPlates.java
@@ -15,8 +15,7 @@ public class ItemsPlates {
ModItems.itemPlateStaballoy = new BaseItemPlate("itemPlateStaballoy", "Staballoy", Utils.rgbtoHexValue(68, 75, 66));
ModItems.itemPlateBloodSteel = new BaseItemPlate("itemPlateBloodSteel", "Blood Steel", Utils.rgbtoHexValue(142, 28, 0));
ModItems.itemPlateTantalloy60 = new BaseItemPlate("itemPlateTantalloy60", "Tantalloy-60", Utils.rgbtoHexValue(68, 75, 166));
- ModItems.itemPlateTantalloy61 = new BaseItemPlate("itemPlateTantalloy61", "Tantalloy-61", Utils.rgbtoHexValue(122, 135, 196));
- ModItems.itemPlateBatteryAlloy = new BaseItemPlate("itemPlateBatteryAlloy", "Battery Alloy", Utils.rgbtoHexValue(35, 228, 141));
+ ModItems.itemPlateTantalloy61 = new BaseItemPlate("itemPlateTantalloy61", "Tantalloy-61", Utils.rgbtoHexValue(122, 135, 196));
}