Refactor build system to support 1.21.10, 1.21.11, and 26.1.2

This commit is contained in:
seb
2026-05-10 20:55:01 +02:00
parent 2ac51f4aff
commit 256901ff00
22 changed files with 665 additions and 205 deletions

10
stonecutter.gradle.kts Normal file
View File

@@ -0,0 +1,10 @@
plugins {
id("dev.kikugie.stonecutter")
}
stonecutter active "26.1.2-fabric"
stonecutter registerChiseled tasks.register("chiseledBuild", stonecutter.chiseled) {
group = "project"
ofTask("build")
}