Skip to content

Commit

Permalink
Bump to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 23, 2024
1 parent e8a0bc5 commit f1e196f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"accessWidener": "squaremap-fabric.accesswidener",
"depends": {
"fabric": "*",
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"fabricloader": ">=0.16.7",
"minecraft": "1.21.3",
"cloud": "*",
"adventure-platform-fabric": "*"
}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hangar-publish = { id = "io.papermc.hangar-publish-plugin", version = "0.1.2" }
javadoc-links = { id = "org.incendo.cloud-build-logic.javadoc-links", version = "0.0.15" }

[versions]
minecraft = "1.21.2"
minecraft = "1.21.3"
checkerQual = "3.48.0"
cloud = "2.0.0"
cloudMinecraft = "2.0.0-beta.10"
Expand All @@ -20,11 +20,11 @@ option = "1.0.0"
adventurePlatformMod = "6.1.0-SNAPSHOT"
paperApi = "1.20.2-R0.1-SNAPSHOT"
bStats = "3.1.0"
fabricApi = "0.106.1+1.21.2"
fabricApi = "0.106.1+1.21.3"
fabricLoader = "0.16.7"
cardinalComponents = "6.1.1"
guice = "7.0.0"
neoforge = "21.2.0-beta"
neoforge = "21.3.0-beta"
htmlSanitizer = "20240325.1"

# buildSrc
Expand All @@ -33,7 +33,7 @@ sponge-gradle = "2.2.0"
shadow = "8.3.0"
vanillaGradle = "0.2.1-SNAPSHOT"
mod-publish-plugin = "0.7.4"
loom = "1.7.298"
loom = "1.7-SNAPSHOT"
paperweight = "1.7.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ side = "BOTH"
[[dependencies.squaremap]]
modId = "minecraft"
type = "required"
versionRange = "[1.21,1.22)"
versionRange = "[1.21.3,1.22)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit f1e196f

Please sign in to comment.