Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 22, 2016
1 parent 7d95fc3 commit 04d4007
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod_version=0.3.9
mod_version=0.3.10
api_version=0.1.0
minecraft_version=1.9.4
forge_version=12.17.0.1909-1.9.4
mcp_mappings_version=snapshot_20160519
cyclopscore_version=0.6.0-330
cyclopscore_version=0.6.1-332
release_type=beta

mcmultipart_version=1.2.0_72
Expand Down
4 changes: 4 additions & 0 deletions resources/changelog/1.9.4-0.3.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.6.1.

Initial 1.9.4 port
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public final class Reference {
public static final String MOD_FORGE_VERSION_MIN = "12.17.0.1909";
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.6.0";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.6.1";
public static final String MOD_CHARSETPIPES = "CharsetPipes";
public static final String MOD_MCMULTIPART = "mcmultipart";
public static final String MOD_WAILA = "Waila";
Expand Down

0 comments on commit 04d4007

Please sign in to comment.