Files
commandify/build/resources/main/META-INF/neoforge.mods.toml
T
2025-10-08 04:47:01 +02:00

26 lines
501 B
TOML

modLoader = "javafml"
loaderVersion = "[4,)"
license = "All Rights Reserved"
[[mods]]
modId = "commandify"
version = "1.0.1"
displayName = "commandify"
displayURL = "https://ultralion.xyz"
authors = "UltraLion"
description = '''Commandify'''
[[dependencies."commandify"]]
modId = "neoforge"
type = "required"
versionRange = "[21,)"
ordering = "NONE"
side = "SERVER"
[[dependencies."commandify"]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.1,1.22)"
ordering = "AFTER"
side = "BOTH"