the_big_one/src/main/resources/keeblarcraft.mixins.json
Jkibbels 5911c7c775
Some checks are pending
build / build (21) (push) Waiting to run
[factions-banking] Added mixin to capture mob spawning. Other faction features too
2025-01-24 20:00:41 -05:00

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
}
}