mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-16 01:15:08 +01:00
- Added a command-based way to configure server mods without having to edit the config file (only on dedicated servers) - Update codebase to 1.17.1 - MidnightHats: ~ Remove Event Hats (irritating and unneeded) ~ Better Hats for Supporters (Cleanup, Glow, Lightweightness) ~ Hats of invisible players are now hidden - MidnightConfig: ~ Better support for external value changing ~ Only tooltip-based titles now - MidnightColorUtil: ~ add radialRainbow util for fancy rgb effects - Better German translations
13 lines
251 B
JSON
Executable File
13 lines
251 B
JSON
Executable File
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.core.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"client": [
|
|
"MixinOptionsScreen",
|
|
"MixinEntryListWidget",
|
|
"MixinPlayerEntityRenderer"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |