Skip to content

Commit

Permalink
Fix create dependency version range... ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed Mar 4, 2025
1 parent dba8594 commit cd2962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ side = "BOTH"
[[dependencies.kubejs_create]]
modId = "create"
mandatory = true
versionRange = "[6.0.1-1,)"
versionRange = "[6,)"
ordering = "AFTER"
side = "BOTH"

0 comments on commit cd2962d

Please sign in to comment.