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 2139f56 commit b6a32b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mod_id=integratedcrafting
mod_version=1.1.8
mod_version=1.1.9
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
integrateddynamics_version=1.23.1-830
cyclopscore_version=1.19.11-541
integrateddynamics_version=1.23.2-832
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.1.9.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
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ Craft stuff in Integrated Dynamics networks.
[[dependencies.integratedcrafting]]
modId="cyclopscore"
type="required"
versionRange="[1.19.10,)"
versionRange="[1.19.11,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
modId="integrateddynamics"
type="required"
versionRange="[1.23.1,)"
versionRange="[1.23.2,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
modId="commoncapabilities"
type="required"
versionRange="[2.9.2,)"
versionRange="[2.9.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
Expand Down

0 comments on commit b6a32b5

Please sign in to comment.