mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Forge 1.18 Support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user