Update to 1.20.4

This commit is contained in:
AxolotlMaid 2024-01-07 11:54:58 +00:00
parent f55488ecf7
commit 6979ff543d
6 changed files with 19 additions and 21 deletions

View file

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