Skip to content

Commit

Permalink
Update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Oct 23, 2024
1 parent f27739e commit abf2684
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extensions.configure<StonecutterSettings> {
kotlinController = true
centralScript = "build.gradle.kts"
shared {
versions("1.20.1", "1.20.4", "1.20.6", "1.21.1", "1.21.2")
versions("1.20.1", "1.20.4", "1.20.6", "1.21.1", "1.21.3")
}
create(rootProject)
}
Expand Down
2 changes: 1 addition & 1 deletion stonecutter.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("dev.kikugie.stonecutter")
}
stonecutter active "1.21.2" /* [SC] DO NOT EDIT */
stonecutter active "1.21.3" /* [SC] DO NOT EDIT */

stonecutter.configureEach {
fun String.propDefined() = project.findProperty(this)?.toString()?.isNotBlank() ?: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mcVersion=1.21.2
mcVersion=1.21.3

#deps.parchment=1.21:2024.07.28
deps.fabricApi=0.106.1+1.21.2
deps.fabricApi=0.106.1+1.21.3
deps.yacl=3.6.1+1.21.2-fabric
deps.modMenu=12.0.0-beta.1
deps.controlify=2.0.0-beta.18+1.21.2-fabric
Expand All @@ -10,5 +10,5 @@ java.version=21

fmj.mcDep=~1.21.2

pub.modrinthMC=1.21.2
pub.curseMC=1.21.2
pub.modrinthMC=1.21.2,1.21.3
pub.curseMC=1.21.2,1.21.3

0 comments on commit abf2684

Please sign in to comment.