fixed mod.toml

This commit is contained in:
Robert MacRae 2025-03-29 16:03:17 -03:00
parent 6164ca7f72
commit f1343da744

View file

@ -4,28 +4,28 @@ issueTrackerURL = "https://github.com/Libre-Computers/LibreComponents/issues"
license = "MIT" license = "MIT"
[[mods]] [[mods]]
modId = "librecomponents" modId = "oc2rc"
version = "${file.jarVersion}" version = "${file.jarVersion}"
displayName = "Libre Components" displayName = "OC2R: Components"
authors = "The Realm 18 Studios" authors = "The Realm 18 Studios"
description = ''' description = '''
Libre Drives all the extra components you need. Libre Drives all the extra components you need.
''' '''
[[dependencies.librecomponents]] [[dependencies.oc2rc]]
modId = "forge" modId = "forge"
mandatory = true mandatory = true
versionRange = "[40.1.68,)" versionRange = "[40.1.68,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"
[[dependencies.librecomponents]] [[dependencies.oc2rc]]
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.librecomponents]] [[dependencies.oc2rc]]
modId = "oc2" modId = "oc2r"
mandatory = false mandatory = false
versionRange = "[1.1.0,)" versionRange = "[1.1.0,)"
side = "BOTH" side = "BOTH"