mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-28 06:34:11 +00:00
fabric 1.18.2 port
This commit is contained in:
parent
1cfcdcb83b
commit
cfa25b292e
11 changed files with 85 additions and 86 deletions
|
|
@ -16,20 +16,20 @@ logoFile = "icon.png"
|
|||
[[dependencies.examplemod]]
|
||||
modId = "forge"
|
||||
mandatory = true
|
||||
versionRange = "[47,)"
|
||||
versionRange = "[40,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.examplemod]]
|
||||
modId = "minecraft"
|
||||
mandatory = true
|
||||
versionRange = "[1.20.1,)"
|
||||
versionRange = "[1.18.2,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.examplemod]]
|
||||
modId = "architectury"
|
||||
mandatory = true
|
||||
versionRange = "[9.1.12,)"
|
||||
versionRange = "[4.11.93,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
Loading…
Add table
Add a link
Reference in a new issue