Skip to content

Commit

Permalink
7.71
Browse files Browse the repository at this point in the history
  • Loading branch information
McJty committed May 5, 2019
1 parent d125a4d commit 2fdba3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Upcoming:
7.71:
- Wrong default config value for maximumBlocks (network monitor configuration)
- Joseph fixed an off-by-one error in the oregenerator
- Joseph fixed Solid/Damage for shields by using a smaller collision box for blocking movement than for dealing damage

7.70:
- Depends on McJtyLib 3.5.0!
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modname=RFTools
version=1.12-7.70
version=1.12-7.71
curse_type=release
projectId=224641
github_project=McJtyMods/RFTools
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mcjty/rftools/RFTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version = RFTools.VERSION)
public class RFTools implements ModBase {
public static final String MODID = "rftools";
public static final String VERSION = "7.70";
public static final String VERSION = "7.71";
public static final String MIN_FORGE_VER = "14.22.0.2464";
public static final String MIN_MCJTYLIB_VER = "3.5.0";
public static final String MIN_XNET_VER = "1.7.0";
Expand Down

0 comments on commit 2fdba3f

Please sign in to comment.