mirror of
https://github.com/CompeyDev/stinky-mod.git
synced 2025-03-13 14:34:30 +00:00
14 lines
No EOL
251 B
JSON
14 lines
No EOL
251 B
JSON
{
|
|
"required": true,
|
|
"package": "xyz.devcomp.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"ServerStatusPacketListenerImplMixin",
|
|
"ComponentMixin",
|
|
"PlayerListMixin",
|
|
"ServerPlayerMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |