[BUG] Fix NeoForge Version range

This commit is contained in:
2024-06-13 19:41:11 +02:00
parent ca63018ce4
commit afcb79041d
2 changed files with 10 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ issueTrackerURL = "https://github.com/firstdarkdev/craterLib/issues"
[[dependencies.${ mod_id }]]
modId = "neoforge"
type="required"
versionRange = "[21.0,)"
versionRange = "[21.0.0-beta,)"
ordering = "NONE"
side = "BOTH"