ExtendedAE_Plus/src/main/resources/META-INF/mods.toml

44 lines
924 B
TOML

modLoader = "javafml"
loaderVersion = "[47,)"
#issueTrackerURL = ""
license = "LGPL-3.0-or-later"
[[mods]]
modId = "extendedae_plus"
version = "${version}"
displayName = "ExtendedAE Plus"
authors = "GaLi"
description = "Add more practical features and auxiliary operations to the Applied Energistics 2 mod"
logoFile = "extendedae_plus.png"
[[dependencies.extendedae_plus]]
modId = "forge"
mandatory = true
versionRange = "[47,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.extendedae_plus]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.extendedae_plus]]
modId = "expatternprovider"
mandatory = true
versionRange = "[1.20-1.4.0-forge,)"
ordering = "AFTER"
side = "BOTH"
[[dependencies.extendedae_plus]]
modId = "mae2"
mandatory = false
versionRange = "[2.0.0-alpha,)"
ordering = "NONE"
side = "BOTH"
[[mixins]]
config = "extendedae_plus.mixins.json"