examplemod moment
This commit is contained in:
parent
1cfcdcb83b
commit
80343bcc15
1 changed files with 4 additions and 4 deletions
|
|
@ -13,23 +13,23 @@ Load and save your options from in-game.
|
|||
'''
|
||||
logoFile = "icon.png"
|
||||
|
||||
[[dependencies.examplemod]]
|
||||
[[dependencies.optionsprofiles]]
|
||||
modId = "forge"
|
||||
mandatory = true
|
||||
versionRange = "[47,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.examplemod]]
|
||||
[[dependencies.optionsprofiles]]
|
||||
modId = "minecraft"
|
||||
mandatory = true
|
||||
versionRange = "[1.20.1,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.examplemod]]
|
||||
[[dependencies.optionsprofiles]]
|
||||
modId = "architectury"
|
||||
mandatory = true
|
||||
versionRange = "[9.1.12,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
side = "BOTH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue