Update Forge mods.toml automatically

This commit is contained in:
shedaniel
2022-06-16 18:44:13 +08:00
parent a22b7fc18d
commit 17735f090b
3 changed files with 42 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[38,)"
loaderVersion = "[40,)"
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
license = "GNU LGPLv3"
@@ -24,6 +24,6 @@ side = "BOTH"
[[dependencies.architectury]]
modId = "forge"
mandatory = true
versionRange = "[38.0.17,)"
versionRange = "[40.1.14,)"
ordering = "NONE"
side = "BOTH"