mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-18 18:15:09 +01:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "midnightlib",
|
|
"version": "${version}",
|
|
|
|
"name": "MidnightLib",
|
|
"description": "Common Library for Team MidnightDust's mods.",
|
|
"authors": [
|
|
"Motschen",
|
|
"TeamMidnightDust"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Jaffe2718",
|
|
"contact": {
|
|
"email": "qqyttwqeei@163.com",
|
|
"homepage": "https://space.bilibili.com/1671742926"
|
|
}
|
|
}
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.midnightdust.eu/",
|
|
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
|
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/midnightlib/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"server": [
|
|
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
|
],
|
|
"client": [
|
|
"eu.midnightdust.fabric.core.MidnightLibFabric"
|
|
],
|
|
"modmenu": [
|
|
"eu.midnightdust.lib.config.AutoModMenu"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabric-resource-loader-v0": "*",
|
|
"minecraft": ">=1.21"
|
|
},
|
|
|
|
"mixins": [
|
|
"midnightlib.mixins.json"
|
|
],
|
|
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.midnightdust.eu/",
|
|
"modmenu.website": "https://www.midnightdust.eu/",
|
|
"midnightlib.curseforge": "https://www.curseforge.com/minecraft/mc-mods/midnightlib",
|
|
"midnightlib.modrinth": "https://modrinth.com/mod/midnightlib",
|
|
"midnightlib.wiki": "https://github.com/TeamMidnightDust/MidnightLib/wiki"
|
|
},
|
|
"badges": [ "library" ]
|
|
}
|
|
}
|
|
}
|