META-INF.neoforge.mods.toml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Show all versions of magiclib-better-dev-1.20.6-fabric Show documentation
Development Environment runtime QOL.
The newest version!
modLoader = "javafml"
loaderVersion = "*"
license = "${mod_license}"
[[mods]]
modId = "${mod_id}"
version = "${mod_version}"
displayName = "${mod_name}"
description = '''
${mod_description}
'''
logoFile = "icon.png"
authors = "Hendrix-Shen, Plusls"
displayURL = "${mod_homepage}"
displayTest = "NONE"
[[dependencies.${mod_id}]]
modId = "magiclib_core"
mandatory=true
versionRange="*"
ordering="AFTER"
side="BOTH"
[[dependencies.${mod_id}]]
modId = "minecraft"
mandatory=true
versionRange="${minecraft_dependency}"
ordering="AFTER"
side="BOTH"
[[mixins]]
config = "magiclib-better-dev.mixins.json"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy