Skip to content

Commit

Permalink
fix: Drop version range minimum to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 17, 2023
1 parent 6b0eddd commit cadd2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[40,)"
loaderVersion = "[1,)"
license = "LGPL-3.0-only"
issueTrackerURL = "https://github.com/null2264/CobbleGen/issues"

Expand All @@ -18,7 +18,7 @@ config = "cobblegen.mixins.json"
[[dependencies.cobblegen]]
modId = "${forge}"
mandatory = true
versionRange = "[40,)"
versionRange = "[1,)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit cadd2da

Please sign in to comment.