Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit 5901d62

Browse files
committed
use mcmod.info file
1 parent 5328853 commit 5901d62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/org/devinprogress/yaif/YetAnotherInputFix.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Source released under GPLv2
1818
// Full document under resources/LICENSE
1919

20-
@Mod(modid = "YAIF", name = "YetAnotherInputFix", version = "0.4-beta", dependencies = "required-after:FML")
20+
@Mod(modid = "yaif")
2121
public class YetAnotherInputFix {
2222
private static GuiStateManager stateMachine = null;
2323
public static boolean ObfuscatedEnv = true;

src/main/java/org/devinprogress/yaif/fmlplugin/Loader.java

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import java.util.Map;
66

7+
@IFMLLoadingPlugin.MCVersion("1.9")
78
public class Loader implements IFMLLoadingPlugin {
89
@Override
910
public String[] getASMTransformerClass() {

0 commit comments

Comments
 (0)