Skip to content

Commit

Permalink
[1.20.6] Fix version target tags for Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Oct 20, 2024
1 parent b45620e commit ce59016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
archivesBaseName = "${archives_base_name}-Fabric"
def mainArtifactFile = layout.buildDirectory.file("libs/${archivesBaseName}-${version}.jar").get().asFile
def changelogFile = file('../changelog.txt')
def supportedMinecraftVersions = [project.minecraft_version, '1.20.3']
def supportedMinecraftVersions = [project.minecraft_version, '1.20.5']

sourceSets {
api {
Expand Down

0 comments on commit ce59016

Please sign in to comment.