feat: 1.21 port

This commit is contained in:
2025-09-01 02:06:58 +08:00
parent 62eee93fea
commit 7a0e44b88c
16 changed files with 92 additions and 112 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow'
id 'com.gradleup.shadow'
}
architectury {
@@ -46,5 +46,5 @@ shadowJar {
}
remapJar {
input.set shadowJar.archiveFile
inputFile.set shadowJar.archiveFile
}