examplemod moment

This commit is contained in:
AxolotlMaid 2023-12-01 12:47:39 +00:00 committed by GitHub
parent 1cfcdcb83b
commit 80343bcc15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"