64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
|
{
|
||
|
"schema_version": 1,
|
||
|
"quilt_loader": {
|
||
|
"group": "eu.midnightdust",
|
||
|
"id": "midnightlib",
|
||
|
"version": "1.3.0",
|
||
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
||
|
"entrypoints": {
|
||
|
"client_init": [
|
||
|
"eu.midnightdust.quilt.core.MidnightLibClientQuilt"
|
||
|
],
|
||
|
"server_init": [
|
||
|
"eu.midnightdust.quilt.core.MidnightLibServerQuilt"
|
||
|
],
|
||
|
"modmenu": [
|
||
|
"eu.midnightdust.lib.config.AutoModMenu"
|
||
|
]
|
||
|
},
|
||
|
"depends": [
|
||
|
{
|
||
|
"id": "quilt_loader",
|
||
|
"version": "*"
|
||
|
},
|
||
|
{
|
||
|
"id": "quilt_base",
|
||
|
"version": "*"
|
||
|
},
|
||
|
{
|
||
|
"id": "minecraft",
|
||
|
"version": ">=1.19.4"
|
||
|
}
|
||
|
],
|
||
|
"metadata": {
|
||
|
"name": "MidnightLib (Patched)",
|
||
|
"description": "Common Library for Team MidnightDust's mods. \nProvides a config api, automatic integration with other mods, common utils, and cosmetics.",
|
||
|
"license": "MIT",
|
||
|
"environment": "*",
|
||
|
"contributors": {
|
||
|
"Motschen": "Author",
|
||
|
"TeamMidnightDust": "Mascot"
|
||
|
},
|
||
|
"contact": {
|
||
|
"email": "mail@midnightdust.eu",
|
||
|
"homepage": "https://modrinth.com/mod/midnightlib",
|
||
|
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues",
|
||
|
"sources": "https://github.com/TeamMidnightDust/MidnightLib"
|
||
|
},
|
||
|
"icon": "assets/midnightlib/icon.png"
|
||
|
}
|
||
|
},
|
||
|
"mixin": [
|
||
|
"midnightlib.mixins.json"
|
||
|
],
|
||
|
"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" ]
|
||
|
}
|
||
|
}
|