Forge 1.18 Support

This commit is contained in:
shedaniel
2021-12-02 01:11:27 +08:00
parent 286158ad7b
commit eeaaf273c6
26 changed files with 115 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.0.0"
id "com.github.johnrengelman.shadow" version "7.1.0"
id "com.matthewprenger.cursegradle"
}
@@ -107,8 +107,9 @@ curseforge {
releaseType = "$rootProject.cf_type"
changelogType = "html"
changelog = releaseChangelog()
addGameVersion "1.18"
addGameVersion "1.18-Snapshot"
addGameVersion "Java 16"
addGameVersion "Java 17"
addGameVersion "Fabric"
relations {
requiredDependency "fabric-api"