Fix Forge version being hardcoded to 1.20

This commit is contained in:
2023-06-25 21:51:21 +02:00
parent b27854470b
commit 3d4058cdae
4 changed files with 6 additions and 6 deletions

View File

@@ -26,6 +26,6 @@ side = "BOTH"
[[dependencies.craterlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,1.20.1)"
versionRange = "[1.20,)"
ordering = "NONE"
side = "BOTH"