From b8414240f4b2e79c3520cd8d468f8a8a6c8d9d59 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 13 Dec 2013 09:42:35 +1100 Subject: [PATCH] Reduced the required Forge version --- build.properties | 2 +- src/main/java/biomesoplenty/asm/BOPFMLLoadingPlugin.java | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index ba8f7b273..4a27e7516 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ minecraft_version=1.6.4 -forge_version=9.11.1.964 +forge_version=9.11.1.952 mod_version=1.1.3 worldcore_version=1.1.0.17 fmp_version=1.0.0.182 diff --git a/src/main/java/biomesoplenty/asm/BOPFMLLoadingPlugin.java b/src/main/java/biomesoplenty/asm/BOPFMLLoadingPlugin.java index 51479b5d8..0d2bb7c50 100644 --- a/src/main/java/biomesoplenty/asm/BOPFMLLoadingPlugin.java +++ b/src/main/java/biomesoplenty/asm/BOPFMLLoadingPlugin.java @@ -13,12 +13,18 @@ public class BOPFMLLoadingPlugin implements IFMLLoadingPlugin { private static String SIDE = FMLLaunchHandler.side().name(); + public static File location; + public BOPFMLLoadingPlugin() { DepLoader.load(); } - public static File location; + /*TODO: Remove in 1.7*/ + public String[] getLibraryRequestClass() + { + return null; + } @Override public String[] getASMTransformerClass()