From a8f3b7fbca9e674b6a71c2fcc5cc34c9f321d46a Mon Sep 17 00:00:00 2001 From: Calclavia Date: Mon, 23 Dec 2013 20:32:09 +0800 Subject: [PATCH] Preparing to add IO Panels --- resources/assets/resonantinduction/languages/en_US.properties | 1 + src/resonantinduction/ResonantInduction.java | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/assets/resonantinduction/languages/en_US.properties b/resources/assets/resonantinduction/languages/en_US.properties index 672a9ed8..4438d303 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 d2fa7147..19a35790 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;