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,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,)"