mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Update mods.toml
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
modLoader = "javafml"
|
modLoader = "javafml"
|
||||||
loaderVersion = "[40,)"
|
loaderVersion = "[41,)"
|
||||||
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
|
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
|
||||||
license = "GNU LGPLv3"
|
license = "GNU LGPLv3"
|
||||||
|
|
||||||
@@ -17,13 +17,13 @@ license = "LGPL-3"
|
|||||||
[[dependencies.architectury]]
|
[[dependencies.architectury]]
|
||||||
modId = "minecraft"
|
modId = "minecraft"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
versionRange = "[1.18.2,)"
|
versionRange = "[1.19,)"
|
||||||
ordering = "NONE"
|
ordering = "NONE"
|
||||||
side = "BOTH"
|
side = "BOTH"
|
||||||
|
|
||||||
[[dependencies.architectury]]
|
[[dependencies.architectury]]
|
||||||
modId = "forge"
|
modId = "forge"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
versionRange = "[40.1.14,)"
|
versionRange = "[41.0.30,)"
|
||||||
ordering = "NONE"
|
ordering = "NONE"
|
||||||
side = "BOTH"
|
side = "BOTH"
|
||||||
|
|||||||
Reference in New Issue
Block a user