ntx4core/src/main/resources/META-INF/mods.toml
2023-10-07 16:24:37 +02:00

35 lines
613 B
TOML

modLoader = "javafml"
loaderVersion = "[40,)"
license = "AGPL-3.0+ALEC"
issueTrackerURL = "https://git.tilera.org/Anvilcraft/ntx4core/issues"
[[mods]]
modId = "ntx4core"
version = "${version}"
displayName = "ntx4core"
displayURL = "https://anvilcraft.net/"
#credits = ""
authors = "LordMZTE, (tilera)"
description = '''
Core for Notex 4.
Includes recipes and tweaks.
'''
[[dependencies.ntx4core]]
modId = "forge"
mandatory = true
versionRange = "[40,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.ntx4core]]
modId = "minecraft"
mandatory = true
versionRange = "[1.18.2]"
ordering = "NONE"
side = "BOTH"