Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 22, 2017
1 parent bd9ec84 commit 94df2c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_version=1.2.3
mod_version=1.2.4
minecraft_version=1.11.2
forge_version=13.20.0.2201
mcp_mappings_version=snapshot_20161206
cyclopscore_version=0.9.0-472
cyclopscore_version=0.9.1-476
release_type=release

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

Additions:
* Added localization for configuration gui
* Added config GUI restriction

Fixes:
* Don't create new ItemStacks in loot function, Closes #28

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "13.20.0.2201";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.9.0";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.9.1";

// Dependencies
public static final String MOD_DEPENDENCIES =
Expand Down

0 comments on commit 94df2c8

Please sign in to comment.