diff --git a/README b/README index de1a7d5..0bbd06a 100644 --- a/README +++ b/README @@ -6,12 +6,12 @@ Minecraft Forum discussion: http://www.minecraftforum.net/forums/mapping-and-mod --- Grom PE's Better Than Wolves Total Conversion tweak mod source code -(Compatible with Better Than Wolves V4.8911+) +(Compatible with Better Than Wolves V4.8911+, although latest version is recommended) [****** Source installation instructions ******] 1) Unpack and setup MCP for Minecraft 1.5.2 -2) Install BTW v4.8911 into minecraft.jar +2) Install BTW into minecraft.jar 3) Decompile with MCP, it will complain a bit 4) Apply MCP fix patch using the mcp_fix.diff file 5) Run MCP's updatemd5 script diff --git a/patcher/GPEBTWTweak_files.zip b/patcher/GPEBTWTweak_files.zip index 16afa59..3658fcf 100644 Binary files a/patcher/GPEBTWTweak_files.zip and b/patcher/GPEBTWTweak_files.zip differ diff --git a/patcher/readme.txt b/patcher/readme.txt index 394f33f..b9d3d0c 100644 --- a/patcher/readme.txt +++ b/patcher/readme.txt @@ -1,9 +1,9 @@ -Grom PE's Better Than Wolves Total Conversion tweak mod v0.9cc +Grom PE's Better Than Wolves Total Conversion tweak mod v0.9d (Compatible with Better Than Wolves V4.8911+) [********** Change Log ************] -v0.9cc +v0.9d - Removed restriction to Java 6/7 because of the way script engine was used. Now the patcher can run on OpenJDK or Java 8 diff --git a/src/GPEBTWTweak.java b/src/GPEBTWTweak.java index 0de30c0..5ec2b7c 100644 --- a/src/GPEBTWTweak.java +++ b/src/GPEBTWTweak.java @@ -11,7 +11,7 @@ public class GPEBTWTweak extends FCAddOn { public static GPEBTWTweak instance; public static GPEBTWTweakProxy proxy; - public static String tweakVersion = "0.9cc"; + public static String tweakVersion = "0.9d"; public static Block gpeBlockStone; public static Block compatAxleBlock;