Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Nov 20, 2019
1 parent f1e07e7 commit 7295788
Show file tree
Hide file tree
Showing 3 changed files with 10 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=1.7.4
mod_version=1.7.5
minecraft_version=1.14.4
forge_version=28.1.1
mcp_mappings_channel=snapshot
mcp_mappings_version=20190719-1.14.3
cyclopscore_version=1.5.4-1004
cyclopscore_version=1.6.0-1017
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

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

Fixes:
* Fix chest textures missing when Iron Chest mod is installed, Closes #123
* Fix server crash when right clicking blocks, Closes #124, #122
* Fix blocks not dropping their in their item form
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For when regular chests are too small.
[[dependencies.colossalchests]]
modId="cyclopscore"
mandatory=true
versionRange="[1.5.4,)"
versionRange="[1.6.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.colossalchests]]
Expand Down

0 comments on commit 7295788

Please sign in to comment.