2024-06-11 19:51:28 +02:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.hypherionmc.craterlib.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
"mixins": [
|
|
|
|
],
|
|
|
|
"client": [
|
|
|
|
"TutorialMixin"
|
|
|
|
],
|
|
|
|
"server": [
|
2024-08-10 15:17:10 +02:00
|
|
|
"ServerGamePacketListenerImplMixin",
|
|
|
|
"ServerStatusPacketListenerMixin"
|
2024-06-11 19:51:28 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|