JsonEM/forge/src/main/resources/META-INF/mods.toml
3944Realms 409573cd4e 1. 添加了远程Maven仓库,如何使用见 README.MD
2. 修复了Forge Server端加载本模组会导致非法的类加载错误
3. 更改了版本命名,现在是 jsonem-模组加载器端-mc版本-模组版本
2025-11-22 15:32:52 +08:00

30 lines
586 B
TOML

modLoader = "javafml"
loaderVersion = "[47,)"
issueTrackerURL = "https://github.com/LeisureTimeDock/JsonEM_Neo_Forge"
license = "${mod_licence}"
logoFile = "icon.png"
[[mods]]
modId = "jsonem"
version = "${mod_version}"
displayName = "${mod_name}"
credits = "${mod_credits}"
authors = "${mod_authors}"
description = '''
${mod_description}
'''
[[dependencies.jsonem]]
modId = "forge"
mandatory = true
versionRange = "[47,)"
ordering = "NONE"
side = "CLIENT"
[[dependencies.jsonem]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
ordering = "NONE"
side = "CLIENT"