mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
- String Lists can now be edited in MidnightLib config screens - Remove some pointless clutter
12 lines
223 B
JSON
Executable File
12 lines
223 B
JSON
Executable File
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.core.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"client": [
|
|
"MixinOptionsScreen",
|
|
"MixinPlayerEntityRenderer"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |