META-INF.mods.toml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of realyusufismailcore Show documentation
Show all versions of realyusufismailcore Show documentation
RealYusuf Ismail's Core. The main library for all my Minecraft mod.
modLoader = "javafml"
loaderVersion = "[36,)"
license = "Apache License 2.0"
issueTrackerURL = "https://github.com/RealYusufIsmail-Mc-Mods/RealYusufIsmail-Core/issues"
#logoFile="examplemod.png"
credits = "realyusufismail"
authors = "RealYusufIsmail-Mc-Mods org"
[[mods]]
modId = "realyusufismailcore"
version = "${file.jarVersion}"
displayName = "RealYusufIsmail Core"
updateJSONURL = "https://forge.curseupdate.com/497372/realyusufismail-core"
logoFile = "logo.png"
description = '''
Shared library for Yusuf Arfan Ismail's mods
'''
[[dependencies.realyusufismailcore]]
modId = "forge"
mandatory = true
versionRange = "[36,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.realyusufismailcore]]
modId = "minecraft"
mandatory = true
versionRange = "[1.16.5,)"
ordering = "NONE"
side = "BOTH"
© 2015 - 2024 Weber Informatics LLC | Privacy Policy