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 library-forge Show documentation
Show all versions of library-forge Show documentation
A library that can automate the process of creating minecraft mods for multiple loaders
The newest version!
modLoader="javafml"
loaderVersion="[49,)"
license="Apache-2.0 license"
issueTrackerURL="https://github.com/PhantomLoader/PhantomLoader/issues"
[[mods]]
modId="phantom"
version="${file.jarVersion}"
displayName="Phantom Library"
#updateJSONURL="https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/"
displayURL="https://github.com/PhantomLoader"
logoFile="logo.png"
#credits="Additional credits go here"
authors="HexagonNico"
description="A library to automate part of the process of creating mods for multiple loaders"
[[dependencies.phantom]]
modId="forge"
mandatory=true
versionRange="[49,)"
ordering="NONE"
side="BOTH"
[[dependencies.phantom]]
modId="minecraft"
mandatory=true
versionRange="[1.20.3,1.21)"
ordering="NONE"
side="BOTH"