diff --git a/resources/assets/resonantinduction/languages/en_US.properties b/resources/assets/resonantinduction/languages/en_US.properties index 672a9ed87..4438d303a 100755 --- a/resources/assets/resonantinduction/languages/en_US.properties +++ b/resources/assets/resonantinduction/languages/en_US.properties @@ -12,6 +12,7 @@ item.resonantinduction\:quantumEntangler.name=Quantum Entangler item.resonantinduction\:linker.name=Electrostatic Linker item.resonantinduction\:multimeter.name=Multimeter +item.resonantinduction\:ioPanel.name=IO Panel item.resonantinduction\:wire.copper.name=Copper Wire item.resonantinduction\:wire.tin.name=Tin Wire diff --git a/src/resonantinduction/ResonantInduction.java b/src/resonantinduction/ResonantInduction.java index d2fa71472..19a357900 100644 --- a/src/resonantinduction/ResonantInduction.java +++ b/src/resonantinduction/ResonantInduction.java @@ -138,6 +138,7 @@ public class ResonantInduction */ private static Item itemPartWire; public static Item itemMultimeter; + public static Item itemIOPanel; // Blocks public static Block blockTesla;