Skip to content

Commit 18bf9e4

Browse files
committed
Add changelog
1 parent 932b4f2 commit 18bf9e4

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mod_version=0.1.4
1+
mod_version=0.1.5
22
minecraft_version=1.9.4
33
forge_version=12.17.0.1909-1.9.4
44
mcp_mappings_version=snapshot_20160519
5-
cyclopscore_version=0.6.0-330
5+
cyclopscore_version=0.6.1-332
66
release_type=release
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 0.6.0.
3+
4+
Initial 1.9.4 port

src/main/java/org/cyclops/structuredcrafting/Reference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class Reference {
2222
public static final String MOD_FORGE_VERSION_MIN = "12.17.0.1909";
2323
public static final String MOD_CYCLOPSCORE = "cyclopscore";
2424
public static final String MOD_CYCLOPSCORE_MINVERSION = "@CYCLOPSCORE_VERSION@";
25-
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.6.0";
25+
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.6.1";
2626

2727
// Dependencies
2828
public static final String MOD_DEPENDENCIES =

0 commit comments

Comments
 (0)