Skip to content

Commit

Permalink
Downgrade to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jun 19, 2024
1 parent 6a176f8 commit a81e7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ modrinth {
uploadFile = "./build/libs/mclogs-fabric-${project.version}.jar"
loaders = ["fabric", "quilt"]
gameVersions = [
"1.20.6",
"1.20.5",
"1.20.4",
"1.20.3",
"1.20.2",
Expand All @@ -84,8 +82,6 @@ task publishCurseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.addRequirement("fabric-api")
mainFile.addRequirement("qsl")
mainFile.addJavaVersion("Java ${JavaVersion.current().majorVersion}")
mainFile.addGameVersion("1.20.6")
mainFile.addGameVersion("1.20.5")
mainFile.addGameVersion("1.20.4")
mainFile.addGameVersion("1.20.3")
mainFile.addGameVersion("1.20.2")
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx4G

# Fabric Properties
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.11

# Mod Properties
Expand All @@ -13,4 +13,4 @@ maven_group = gs.mclo.fabric
archives_base_name = mclogs-fabric

# Dependencies
fabric_version=0.100.2+1.20.6
fabric_version=0.97.1+1.20.4

0 comments on commit a81e7e6

Please sign in to comment.