2024-12-23 03:28:39 +00:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "jesse.keeblarcraft.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
"mixins": [
|
2024-12-23 05:09:09 +00:00
|
|
|
"PlayerMixin",
|
|
|
|
"ServerPlayNetworkHandlerMixin",
|
|
|
|
"PlayerEntityInteractionHandler",
|
2025-01-25 01:00:41 +00:00
|
|
|
"ServerPlayerInteractionManagerMixin",
|
|
|
|
"EntitySpawnMixin"
|
2024-12-23 05:09:09 +00:00
|
|
|
],
|
|
|
|
"client": [
|
|
|
|
"ClientPlayerInteractionManagerMixin"
|
2024-12-23 03:28:39 +00:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|