Files
CraterLib/NeoForge/src/main/resources/META-INF/mods.toml

32 lines
750 B
TOML
Raw Normal View History

2023-11-25 21:38:04 +02:00
modLoader = "javafml"
loaderVersion = "[1,)"
license = "MIT"
issueTrackerURL = "https://github.com/firstdarkdev/craterLib/issues"
2023-11-25 21:38:04 +02:00
[[mods]]
modId = "${mod_id}"
version = "${version}"
displayName = "${mod_name}"
displayURL = "https://modrinth.com/mod/craterlib"
2023-11-25 21:38:04 +02:00
logoFile = "craterlib_logo.png"
#credits="Thanks for this example mod goes to Java"
authors = "${mod_author}, Zenith"
description = '''
A library mod used by First Dark Development and HypherionSA Mods
'''
displayTest = "MATCH_VERSION"
[[dependencies.${ mod_id }]]
2023-11-25 21:38:04 +02:00
modId = "neoforge"
mandatory = true
2024-01-02 15:16:13 +02:00
versionRange = "[20.4,)"
2023-11-25 21:38:04 +02:00
ordering = "NONE"
side = "BOTH"
[[dependencies.${ mod_id }]]
2023-11-25 21:38:04 +02:00
modId = "minecraft"
mandatory = true
2024-01-02 15:16:13 +02:00
versionRange = "[1.20.4,1.21)"
2023-11-25 21:38:04 +02:00
ordering = "NONE"
side = "BOTH"