- 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.
71 lines
1.3 KiB
TOML
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"
|