Fix mentions of 1.18

Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
Max
2022-05-22 18:24:40 +02:00
parent a49a142ff6
commit 75fc6dd051
3 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ modrinth {
versionName = "[Fabric $rootProject.supported_version] v$project.version"
changelog = releaseChangelog()
uploadFile = remapJar
gameVersions = ["1.18.2"]
gameVersions = ["1.16.5"]
loaders = ["fabric"]
dependencies {
// TODO: move to slugs if that functionality becomes available in minotaur

View File

@@ -135,7 +135,7 @@ modrinth {
versionName = "[Forge $rootProject.supported_version] v$project.version"
changelog = releaseChangelog()
uploadFile = remapJar
gameVersions = ["1.18.2"]
gameVersions = ["1.16.5"]
loaders = ["forge"]
dependencies {
}

View File

@@ -3,8 +3,8 @@ org.gradle.daemon=false
forgeEnabled=true
minecraft_version=1.18.2
supported_version=1.18.2
minecraft_version=1.16.5
supported_version=1.16.5
artifact_type=release