SimplyCompat/forge/src/main/resources/META-INF/mods.toml
Chris Toph 0e0d70a2e6 Add compatibility for Additional Additions and Create Deep Dark
- Introduced tool material enums for Additional Additions and Create Deep Dark mods.
- Updated `CompatRegistry` to register new compatibility records.
- Adjusted dependencies and configuration to load mods of the new integrations.
2025-02-25 02:19:07 -05:00

71 lines
1.3 KiB
TOML

modLoader = "javafml"
loaderVersion = "[47,)"
#issueTrackerURL = ""
# TODO: Pick a license
license = "MIT"
[[mods]]
modId = "simplycompat"
version = "${version}"
displayName = "Simply Compat"
authors = "TophC7"
description = '''
A Simple mod for extended compat in Simply Swords!
'''
#logoFile = ""
[[dependencies.simplycompat]]
modId = "forge"
mandatory = true
versionRange = "[47,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "architectury"
mandatory = true
versionRange = "[9.2.14,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "simplyswords"
mandatory = true
versionRange = "[1.56.0-1.20.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "additionaladditions"
mandatory = false
versionRange = "[6.0.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "create"
mandatory = false
versionRange = "[0.5.1.j-55,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "tfmg"
mandatory = false
versionRange = "[0.9.3-1.20.1,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.simplycompat]]
modId = "create-deep-dark"
mandatory = false
versionRange = "[1.7.0,)"
ordering = "AFTER"
side = "BOTH"