Update mods.toml

This commit is contained in:
shedaniel
2022-06-16 18:46:05 +08:00
parent f8fc466c39
commit 6952fec6ee

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[40,)"
loaderVersion = "[41,)"
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
license = "GNU LGPLv3"
@@ -17,13 +17,13 @@ license = "LGPL-3"
[[dependencies.architectury]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18.2,)"
versionRange = "[1.19,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.architectury]]
modId = "forge"
mandatory = true
versionRange = "[40.1.14,)"
versionRange = "[41.0.30,)"
ordering = "NONE"
side = "BOTH"