summaryrefslogtreecommitdiff
path: root/ihl/IHLModInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/IHLModInfo.java')
-rw-r--r--ihl/IHLModInfo.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/ihl/IHLModInfo.java b/ihl/IHLModInfo.java
new file mode 100644
index 0000000..1302d29
--- /dev/null
+++ b/ihl/IHLModInfo.java
@@ -0,0 +1,7 @@
+package ihl;
+
+public class IHLModInfo {
+ public static final String MODID = "ihl";
+ public static final String MODNAME = "IHL Tools & Machines for IC2V2";
+ public static final String MODVERSION = "0.597";
+}