Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ready for new release
  • Loading branch information
grompe committed Mar 15, 2015
1 parent 89c018b commit 8428ce7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -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
Expand Down
Binary file modified patcher/GPEBTWTweak_files.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion src/GPEBTWTweak.java
Expand Up @@ -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;
Expand Down

0 comments on commit 8428ce7

Please sign in to comment.