All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.mods.toml Maven / Gradle / Ivy

Go to download

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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy