mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-18 02:05:09 +01:00
MidnightLib v0.2.0 for 21w19a
- MidnightConfig screens can be viewed from a new screen in the minecraft options - Code cleanup - Examples & Documentation - New Methods - Upgrade to 21w19a and Java 16 MidnightConfig v1.0.0: - The config screen no longer shows the entries of all instances of MidnightConfig - Compatible with servers! - Scrollable! - Comment support! - Fresh new design
This commit is contained in:
15
src/main/resources/fabric.mod.json
Normal file → Executable file
15
src/main/resources/fabric.mod.json
Normal file → Executable file
@@ -4,7 +4,7 @@
|
||||
"version": "${version}",
|
||||
|
||||
"name": "MidnightLib",
|
||||
"description": "Common Library for Team MidnightDust's mods.\nProvides a config api, common utils, and cosmetics.",
|
||||
"description": "Common Library for Team MidnightDust's mods.",
|
||||
"authors": [
|
||||
"Motschen",
|
||||
"TeamMidnightDust"
|
||||
@@ -21,7 +21,7 @@
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"client": [
|
||||
"eu.midnightdust.hats.HatsClient"
|
||||
"eu.midnightdust.core.MidnightLibClient"
|
||||
],
|
||||
"modmenu": [
|
||||
"eu.midnightdust.hats.config.ModMenuIntegration"
|
||||
@@ -29,7 +29,8 @@
|
||||
},
|
||||
|
||||
"mixins": [
|
||||
"midnight-hats.mixins.json"
|
||||
"midnighthats.mixins.json",
|
||||
"midnightcore.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
@@ -37,6 +38,12 @@
|
||||
},
|
||||
|
||||
"custom": {
|
||||
"modmenu:api": true
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"modmenu.discord": "https://discord.gg/jAGnWYHm3r",
|
||||
"modmenu.website": "https://www.midnightdust.eu/"
|
||||
},
|
||||
"badges": [ "library" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user