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 a7771fe commit 3743c68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mod_id=integrateddynamics
mod_version=1.23.1
mod_version=1.23.2
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-539
cyclopscore_version=1.19.11-541
integrateddynamicscompat_version=1.0.0-76
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

commoncapabilities_version=2.9.2-145
commoncapabilities_version=2.9.3-147

# Workaround for Spotless bug
# https://github.com/diffplug/spotless/issues/834
Expand Down
6 changes: 6 additions & 0 deletions resources/changelog/1.21.1-1.23.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.11 or higher.

Changes:
* Update to updated CommonCapabilities API
Required for CyclopsMC/IntegratedDynamics#1375
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Take full and automated control of your appliances.
[[dependencies.integrateddynamics]]
modId="cyclopscore"
type="required"
versionRange="[1.19.10,)"
versionRange="[1.19.11,)"
ordering="NONE"
side="BOTH"
[[dependencies.integrateddynamics]]
modId="commoncapabilities"
type="required"
versionRange="[2.9.2,)"
versionRange="[2.9.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.integrateddynamics]]
Expand Down

0 comments on commit 3743c68

Please sign in to comment.