Skip to content

Commit

Permalink
well i guess its technically false advertising
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Dec 6, 2024
1 parent 320f248 commit b74937d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ modrinth {
//featured = true

dependencies {
optional.project("fabric-api")
required.project("fabric-api")
}

changelog = rootProject.file("CHANGES.md").readText()
Expand Down
4 changes: 2 additions & 2 deletions versions/1.16.5/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ deps.yarn_mappings=1.16.5+build.10
deps.fabric_api=0.42.0+1.16
deps.java=8

mod.version_name=1.16+
mod.version_name=1.16.5+

mod.min_target=1.16.5
mod.max_target=1.18.2

publishing.supported_versions=1.16,1.16.1,1.16.2,1.16.3,1.16.4,1.16.5,1.17,1.17.1,1.18,1.18.1,1.18.2
publishing.supported_versions=1.16.5,1.17,1.17.1,1.18,1.18.1,1.18.2

0 comments on commit b74937d

Please sign in to comment.