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

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

modLoader = "javafml"
loaderVersion = "[1,)"
license = "MIT"
issueTrackerURL = "https://github.com/Incendo/cloud-neoforge/issues"
showAsResourcePack = false

[[mods]]
modId = "cloud"
version = "$version"
displayName = "Cloud Command Framework"
displayURL = "https://github.com/Incendo/cloud-neoforge"
authors = "Cloud Contributors"
description = "Cloud Command Framework on NeoForge"
displayTest = "IGNORE_ALL_VERSION"

[[dependencies.cloud]]
modId = "neoforge"
type = "required"
versionRange = "[20.5,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.cloud]]
modId = "minecraft"
type = "required"
versionRange = "[1.20.5,)"
ordering = "NONE"
side = "BOTH"

[[mixins]]
config = "cloud.mixins.json"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy