Skip to content

Commit

Permalink
Update to MC 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 11, 2022
1 parent e25a581 commit c9f168f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
mod_version=1.0.24
minecraft_version=1.19
forge_version=41.0.99
cyclopscore_version=1.16.1-219
minecraft_version=1.19.2
forge_version=43.0.8
cyclopscore_version=1.17.0-237
integrateddynamics_version=1.19-1.11.4-329
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

commoncapabilities_version=1.19-2.8.2-66
commoncapabilities_version=1.19.2-2.8.3-71

# Workaround for Spotless bug
# https://github.com/diffplug/spotless/issues/834
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[41,)"
loaderVersion="[43,)"
issueTrackerURL="https://github.com/CyclopsMC/IntegratedCrafting/issues"
displayURL="https://www.curseforge.com/minecraft/mc-mods/integrated-crafting"
license="MIT"
Expand All @@ -16,7 +16,7 @@ Craft stuff in Integrated Dynamics networks.
[[dependencies.integratedcrafting]]
modId="cyclopscore"
mandatory=true
versionRange="[1.16.1,)"
versionRange="[1.17.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
Expand All @@ -28,18 +28,18 @@ Craft stuff in Integrated Dynamics networks.
[[dependencies.integratedcrafting]]
modId="commoncapabilities"
mandatory=true
versionRange="[2.8.2,)"
versionRange="[2.8.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
modId="forge"
mandatory=true
versionRange="[41,)"
versionRange="[43.0.8,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedcrafting]]
modId="minecraft"
mandatory=true
versionRange="[1.19,]"
versionRange="[1.19.2,]"
ordering="NONE"
side="BOTH"

0 comments on commit c9f168f

Please sign in to comment.