Update to 1.18.1, Forge 39, and add Loader and FAPI to fmj depends (#151)

Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
Max
2021-12-26 23:18:23 +01:00
parent 82d1b6947f
commit a5d32c3f9a
3 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[38,)"
loaderVersion = "[39,)"
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,)"
versionRange = "[1.18.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.architectury]]
modId = "forge"
mandatory = true
versionRange = "[38.0.6,)"
versionRange = "[39.0.8,)"
ordering = "NONE"
side = "BOTH"