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 9, 2024
1 parent 27cc3b8 commit eee9634
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mod_id=commoncapabilities
mod_version=2.9.2
mod_version=2.9.3
minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
parchment_minecraft_version=1.21
cyclopscore_version=1.19.10-538
cyclopscore_version=1.19.11-541
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

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

Added:
* Add missing serialization context when decoding ingredients
This fixes a problem in Integrated Terminals where terminals break if
they contain enchanted items.
Closes CyclopsMC/IntegratedDynamics#1375

Fixes:
* Fix capability getter failing with void context capabilities
This fixes crashes with the Integrated Dynamics world item importer,
Closes CyclopsMC/IntegratedDynamics#1376
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Forge Capabilities that can be shared by multiple mods.
[[dependencies.commoncapabilities]]
modId="cyclopscore"
type="required"
versionRange="[1.19.10,)"
versionRange="[1.19.11,)"
ordering="NONE"
side="BOTH"
[[dependencies.commoncapabilities]]
Expand Down

0 comments on commit eee9634

Please sign in to comment.