Skip to content

Commit

Permalink
chore: update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrrs committed Oct 23, 2024
1 parent abd2fff commit cbc55c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Read more about it on [Modrinth](https://modrinth.com/mod/scribble) or [CurseFor

Scribble supports multiple Minecraft versions using [Stonecutter](https://stonecutter.kikugie.dev/).
The easiest way to interact with this is by using an IDE such as IntelliJ. To switch between versions,
use the Gradle tasks under the `stonecutter` category. Make sure to switch back to 1.21 to commit changes.
use the Gradle tasks under the `stonecutter` category. Make sure to switch back to `1.21.3` to commit changes.

### Release checklist

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ plugins {

extensions.configure<StonecutterSettings> {
shared {
versions("1.20.1", "1.21", "1.21.2")
vcsVersion = "1.21.2"
versions("1.20.1", "1.21", "1.21.3")
vcsVersion = "1.21.3"
}

kotlinController = true
Expand Down
2 changes: 1 addition & 1 deletion stonecutter.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("dev.kikugie.stonecutter")
}

stonecutter active "1.21.2" /* [SC] DO NOT EDIT */
stonecutter active "1.21.3" /* [SC] DO NOT EDIT */

// Read the versions from CHISELED_VERSIONS, and only build / publish those versions.
// If it's blank, we build / publish all available versions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Minecraft Properties
minecraft.versions=1.21.2
minecraft.versions=1.21.2,1.21.3

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
fabric.yarnVersion=1.21.2+build.1
fabric.yarnVersion=1.21.3+build.2
fabric.loaderVersion=0.16.7
fabric.apiVersion=0.106.1+1.21.2
fabric.apiVersion=0.106.1+1.21.3

0 comments on commit cbc55c5

Please sign in to comment.