Files
MidnightLib/src/main/resources/fabric.mod.json
Motschen 454b8ec01d MidnightLib 0.2.6 - Code cleanup & compression
- MidnightHats is now more performant and has new types of special hats
- Compress assets
- Reduce filesize heavily
2021-10-01 19:56:53 +02:00

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" ]
}
}
}