Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 19, 2019
1 parent 318d72e commit 3b1a61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=1.7.0
mod_version=1.7.1
minecraft_version=1.12.2
forge_version=14.23.5.2768
mcp_mappings_version=snapshot_20180814
cyclopscore_version=1.0.6-927
cyclopscore_version=1.1.0-928
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

Expand Down
5 changes: 5 additions & 0 deletions resources/changelog/1.12.2-1.7.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.1.0 or higher.

Changes:
* Update to Forge 14.23.5.2768 and MCP snapshot_20180814
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/colossalchests/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "14.23.5.2768";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "1.0.6";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "1.1.0";
public static final String MOD_IRONCHEST = "ironchest";

// Dependencies
Expand Down

0 comments on commit 3b1a61a

Please sign in to comment.