This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/twine.mixins.json

24 lines
554 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "com.thebrokenrail.twine.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"CriteriaHook",
"MixinBoatEntity",
"MixinDefaultBiomeFeatures",
"MixinLivingEntity",
"MixinMobEntity",
"MixinServerPlayerEntity",
"MixinServerPlayNetworkHandler",
"MixinSlot"
],
"client": [
"MixinBoatEntityRenderer",
"MixinClientPlayerInteractionManager"
],
"injectors": {
"defaultRequire": 1
}
}