19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "jesse.keeblarcraft.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"PlayerMixin",
|
|
"ServerPlayNetworkHandlerMixin",
|
|
"PlayerEntityInteractionHandler",
|
|
"ServerPlayerInteractionManagerMixin",
|
|
"EntitySpawnMixin"
|
|
],
|
|
"client": [
|
|
"ClientPlayerInteractionManagerMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |