Skip to content

Commit

Permalink
readme; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
grompe committed Nov 10, 2015
1 parent 601e073 commit 1d93a88
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file modified patcher/GPEBTWTweak_files.zip
Binary file not shown.
15 changes: 14 additions & 1 deletion patcher/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Grom PE's Better Than Wolves Total Conversion tweak mod v0.9h
Grom PE's Better Than Wolves Total Conversion tweak mod v0.9i
(Compatible with Better Than Wolves V4.8911+)

[********** Change Log ************]

v0.9i

- Restored the ability of Glass Block to contain piston packing.

- Removed the void fog.

- Refactored the patches, now it should be much easier to write new ones,
also you can add your own in the BTWTweak.jar/scripts/custom.js file.

- Fixed patcher failing to remove client-only stuff on server.

- Fixed tables and columns showing moulding placement preview box.

v0.9h

- If CraftGuide is found in the minecraft.jar, it will be patched so the
Expand Down
2 changes: 1 addition & 1 deletion tweaksrc/GPEBTWTweak.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class GPEBTWTweak extends FCAddOn
{
public static GPEBTWTweak instance;
public static GPEBTWTweakProxy proxy;
public static String tweakVersion = "0.9h";
public static String tweakVersion = "0.9i";

public static boolean isDecoPresent;

Expand Down

0 comments on commit 1d93a88

Please sign in to comment.