Skip to content

Commit

Permalink
feat: update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrrs committed Dec 4, 2024
1 parent 093a781 commit 4a61980
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ or [CurseForge](https://curseforge.com/minecraft/mc-mods/scribble).

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.3-fabric` to commit changes.
use the Gradle tasks under the `stonecutter` category. Make sure to switch back to `1.21.4-fabric` 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 @@ -21,8 +21,8 @@ extensions.configure<StonecutterSettings> {

add("1.20.1", "fabric", "forge")
add("1.21", "fabric", "neoforge")
add("1.21.3", "fabric", "neoforge")
vcsVersion = "1.21.3-fabric"
add("1.21.4", "fabric", "neoforge")
vcsVersion = "1.21.4-fabric"
}

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.3-fabric" /* [SC] DO NOT EDIT */
stonecutter active "1.21.4-fabric" /* [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
9 changes: 0 additions & 9 deletions versions/1.21.3-fabric/gradle.properties

This file was deleted.

9 changes: 9 additions & 0 deletions versions/1.21.4-fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
loom.platform=fabric
platform.loaders=fabric,quilt
platform.versions=1.21.4

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
fabric.yarnVersion=1.21.4+build.1
fabric.loaderVersion=0.16.9
fabric.apiVersion=0.110.5+1.21.4
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
loom.platform=neoforge
platform.loaders=neoforge
platform.versions=1.21.2,1.21.3
platform.versions=1.21.4

# NeoForge Properties
# check these on https://projects.neoforged.net/neoforged/neoforge
# check mappings patch version on https://maven.architectury.dev/dev/architectury/yarn-mappings-patch-neoforge/
neoforge.version=21.3.6-beta
neoforge.version=21.4.3-beta
neoforge.yarnPatch=1.21+build.4

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
fabric.yarnVersion=1.21.3+build.2
fabric.yarnVersion=1.21.4+build.1

0 comments on commit 4a61980

Please sign in to comment.