We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84da8f0 commit 9dfbdb5Copy full SHA for 9dfbdb5
src/main/java/com/falsepattern/lib/internal/CoreLoadingPlugin.java
@@ -1,13 +1,14 @@
1
package com.falsepattern.lib.internal;
2
3
-import com.falsepattern.lib.config.ConfigurationManager;
4
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
5
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.MCVersion;
6
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.Name;
7
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.SortingIndex;
8
-import java.io.File;
9
import java.util.Map;
10
+/**
+ * Coremod stub so that forge loads the jar early
11
+ */
12
@MCVersion("1.7.10")
13
@Name(Tags.MODID)
14
@SortingIndex(500)
0 commit comments