Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 13, 2020
1 parent 0956baf commit 29039fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
@@ -1,9 +1,9 @@
mod_version=2.5.2
mod_version=2.5.3
minecraft_version=1.15.2
forge_version=31.1.37
mcp_mappings_channel=snapshot
mcp_mappings_version=20200225-1.15.1
cyclopscore_version=1.8.0-1104
cyclopscore_version=1.8.2-1111
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

Expand Down
9 changes: 9 additions & 0 deletions resources/changelog/1.15.2-2.5.3.txt
@@ -0,0 +1,9 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.8.2 or higher.

Changes:
* Register ingredient components during registry filling
* Emit AttachCapabilitiesEventIngredientComponent on mod bus

Fixes:
* Fix null LazyOptional in BlockCapabilities
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Expand Up @@ -14,7 +14,7 @@ Forge Capabilities that can be shared by multiple mods.
[[dependencies.commoncapabilities]]
modId="cyclopscore"
mandatory=true
versionRange="[1.8.0,)"
versionRange="[1.8.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.commoncapabilities]]
Expand Down

0 comments on commit 29039fe

Please sign in to comment.