META-INF.mods.toml Maven / Gradle / Ivy
modLoader = "javafml"
loaderVersion = "[42,)"
issueTrackerURL = "https://github.com/Magistu/Epic-Knights/issues"
displayURL="https://github.com/Magistu/Epic-Knights"
license = "All Right Reserved"
[[mods]]
modId = "magistuarmory"
version = "${version}"
displayName = "Epic Knights Mod"
authors = "Magistu"
credits = ["StaxiHD", "Mino", "Lexiolty", "Jackiecrazy", "CrazyBarkley", "Ryuje", "Cole3050"]
description = '''
Adds medieval stuff to the game
'''
[[dependencies.magistuarmory]]
modId = "forge"
mandatory = true
versionRange = "[42,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.magistuarmory]]
modId = "minecraft"
mandatory = true
versionRange = "[1.19,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.magistuarmory]]
modId = "architectury"
mandatory = true
versionRange = "[5,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.magistuarmory]]
modId = "cloth_config"
mandatory = true
versionRange = "[7,)"
ordering = "AFTER"
side = "BOTH"