Port to 1.19.2

This commit is contained in:
AxolotlMaid 2024-01-23 21:09:47 +00:00
parent 6979ff543d
commit b4595f1eb8
11 changed files with 107 additions and 89 deletions

View file

@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[49,)"
loaderVersion = "[43,)"
#issueTrackerURL = ""
license = "GNU GPL 3.0"
@ -16,20 +16,20 @@ logoFile = "icon.png"
[[dependencies.optionsprofiles]]
modId = "forge"
mandatory = true
versionRange = "[49,)"
versionRange = "[43,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.optionsprofiles]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.4,)"
versionRange = "[1.19.2,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.optionsprofiles]]
modId = "architectury"
mandatory = true
versionRange = "[11.0.10,)"
versionRange = "[6.5.85,)"
ordering = "AFTER"
side = "BOTH"