feat: 1.21 port
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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": "*"
|
||||
|
||||
Reference in New Issue
Block a user