aboutsummaryrefslogtreecommitdiff
path: root/main/java/gregtech/nei/NEI_GT_Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/java/gregtech/nei/NEI_GT_Config.java')
-rw-r--r--main/java/gregtech/nei/NEI_GT_Config.java62
1 files changed, 31 insertions, 31 deletions
diff --git a/main/java/gregtech/nei/NEI_GT_Config.java b/main/java/gregtech/nei/NEI_GT_Config.java
index b44499b2eb..d2db705591 100644
--- a/main/java/gregtech/nei/NEI_GT_Config.java
+++ b/main/java/gregtech/nei/NEI_GT_Config.java
@@ -1,34 +1,34 @@
-/* 1: */ package gregtech.nei;
-/* 2: */
-/* 3: */ import codechicken.nei.api.IConfigureNEI;
-/* 4: */ import gregtech.api.util.GT_Recipe;
-/* 5: */
-/* 6: */ public class NEI_GT_Config
-/* 7: */ implements IConfigureNEI
-/* 8: */ {
-/* 9: 8 */ public static boolean sIsAdded = true;
-/* 10: */
-/* 11: */ public void loadConfig()
-/* 12: */ {
-/* 13:12 */ sIsAdded = false;
-/* 14:14 */ for (GT_Recipe.GT_Recipe_Map tMap : GT_Recipe.GT_Recipe_Map.sMappings) {
-/* 15:14 */ if (tMap.mNEIAllowed) {
-/* 16:14 */ new GT_NEI_DefaultHandler(tMap);
-/* 17: */ }
-/* 18: */ }
-/* 19:26 */ sIsAdded = true;
-/* 20: */ }
-/* 21: */
-/* 22: */ public String getName()
-/* 23: */ {
-/* 24:31 */ return "GregTech NEI Plugin";
-/* 25: */ }
-/* 26: */
-/* 27: */ public String getVersion()
-/* 28: */ {
-/* 29:37 */ return "(5.03a)";
-/* 30: */ }
-/* 31: */ }
+package gregtech.nei;
+
+import codechicken.nei.api.IConfigureNEI;
+import gregtech.api.util.GT_Recipe;
+
+public class NEI_GT_Config
+ implements IConfigureNEI
+{
+ public static boolean sIsAdded = true;
+
+ public void loadConfig()
+ {
+ sIsAdded = false;
+ for (GT_Recipe.GT_Recipe_Map tMap : GT_Recipe.GT_Recipe_Map.sMappings) {
+ if (tMap.mNEIAllowed) {
+ new GT_NEI_DefaultHandler(tMap);
+ }
+ }
+ sIsAdded = true;
+ }
+
+ public String getName()
+ {
+ return "GregTech NEI Plugin";
+ }
+
+ public String getVersion()
+ {
+ return "(5.03a)";
+ }
+}
/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar