mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
- MidnightHats is now more performant and has new types of special hats - Compress assets - Reduce filesize heavily
50 lines
1.0 KiB
JSON
Executable File
50 lines
1.0 KiB
JSON
Executable File
{
|
|
"schemaVersion": 1,
|
|
"id": "midnightlib",
|
|
"version": "${version}",
|
|
|
|
"name": "MidnightLib",
|
|
"description": "Common Library for Team MidnightDust's mods.",
|
|
"authors": [
|
|
"Motschen",
|
|
"TeamMidnightDust"
|
|
],
|
|
"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": {
|
|
"client": [
|
|
"eu.midnightdust.core.MidnightLibClient"
|
|
],
|
|
"modmenu": [
|
|
"eu.midnightdust.lib.config.AutoModMenu"
|
|
]
|
|
},
|
|
|
|
"mixins": [
|
|
"midnighthats.mixins.json",
|
|
"midnightcore.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabric-renderer-registries-v1": "*"
|
|
},
|
|
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.midnightdust.eu/",
|
|
"modmenu.website": "https://www.midnightdust.eu/"
|
|
},
|
|
"badges": [ "library" ]
|
|
}
|
|
}
|
|
}
|