diff options
Diffstat (limited to 'stonecutter.gradle.kts')
-rw-r--r-- | stonecutter.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stonecutter.gradle.kts b/stonecutter.gradle.kts index 8aa3e0c..79cc121 100644 --- a/stonecutter.gradle.kts +++ b/stonecutter.gradle.kts @@ -7,7 +7,7 @@ plugins { id("me.modmuss50.mod-publish-plugin") version "0.5.+" apply false id("org.ajoberstar.grgit") version "5.0.+" apply false } -stonecutter active "1.20.6-fabric" /* [SC] DO NOT EDIT */ +stonecutter active "1.21-fabric" /* [SC] DO NOT EDIT */ stonecutter.configureEach { val platform = project.property("loom.platform") |