mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
Fix quilt.mod.json
This commit is contained in:
@@ -6,13 +6,16 @@
|
|||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "MidnightLib",
|
"name": "MidnightLib",
|
||||||
"description": "Common Library for Team MidnightDust's mods.",
|
"description": "Common Library for Team MidnightDust's mods.",
|
||||||
"authors": ["TeamMidnightDust","Motschen"],
|
"authors": [
|
||||||
|
"TeamMidnightDust",
|
||||||
|
"Motschen"
|
||||||
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://www.midnightdust.eu/",
|
"homepage": "https://www.midnightdust.eu/",
|
||||||
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
|
||||||
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT License",
|
"license": "MIT",
|
||||||
"icon": "assets/midnightlib/icon.png",
|
"icon": "assets/midnightlib/icon.png",
|
||||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
@@ -27,9 +30,6 @@
|
|||||||
"eu.midnightdust.lib.config.AutoModMenu"
|
"eu.midnightdust.lib.config.AutoModMenu"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mixin": [
|
|
||||||
"midnightlib.mixins.json"
|
|
||||||
],
|
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"id": "quilt_loader",
|
"id": "quilt_loader",
|
||||||
@@ -40,17 +40,33 @@
|
|||||||
"version": "*"
|
"version": "*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"custom": {
|
"metadata": {
|
||||||
"modmenu": {
|
"name": "MidnightLib (Quilt)",
|
||||||
"links": {
|
"description": "Common Library for Team MidnightDust's mods.\nProvides a config api, automatic integration with other mods, common utils, and cosmetics.",
|
||||||
"modmenu.discord": "https://discord.midnightdust.eu/",
|
"contributors": {
|
||||||
"modmenu.website": "https://www.midnightdust.eu/",
|
"Motschen": "Author",
|
||||||
"midnightlib.curseforge": "https://www.curseforge.com/minecraft/mc-mods/midnightlib",
|
"TeamMidnightDust": "Mascot"
|
||||||
"midnightlib.modrinth": "https://modrinth.com/mod/midnightlib",
|
},
|
||||||
"midnightlib.wiki": "https://github.com/TeamMidnightDust/MidnightLib/wiki"
|
"contact": {
|
||||||
},
|
"email": "mail@midnightdust.eu",
|
||||||
"badges": [ "library" ]
|
"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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user