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