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
}

View File

@@ -25,9 +25,9 @@
"skinfix.mixins.json"
],
"depends": {
"fabricloader": ">=0.17.2",
"minecraft": "~1.20.1",
"java": ">=17"
"fabricloader": ">=0.17",
"minecraft": ">=1.21",
"java": ">=21"
},
"suggests": {
"another-mod": "*"