Skip to content

Commit

Permalink
Update to MC 1.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 6, 2022
1 parent be3ea45 commit 7355dbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

forge_version=39.0.4
forge_version=40.0.40

semver=0.0.0

Expand Down
2 changes: 1 addition & 1 deletion minecraft.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext {
minecraft_version = '1.18.1'
minecraft_version = '1.18.2'
minecraft_sdk = 'forge'
}
6 changes: 3 additions & 3 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 = "[39,)"
loaderVersion = "[40,)"
license = "MIT"

[[mods]]
Expand All @@ -21,12 +21,12 @@ The licenses for the embedded software are embedded in the JAR file containing t
[[dependencies.oc2-sedna]]
modId = "forge"
mandatory = true
versionRange = "[39.0.4,)"
versionRange = "[40.0.40,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.oc2-sedna]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18.1,1.19)"
versionRange = "[1.18.2,1.19)"
ordering = "NONE"
side = "BOTH"

0 comments on commit 7355dbe

Please sign in to comment.