- [FEAT] Improved config system to fix old loading bugs and support JSON - [FEAT] LuckPerms support for commands
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.hypherionmc.craterlib.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"TutorialMixin"
|
|
],
|
|
"server": [
|
|
"ServerGamePacketListenerImplMixin",
|
|
"ServerStatusPacketListenerMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|