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
Raw Normal View History

2020-06-14 03:04:21 +00:00
{
"required": true,
"minVersion": "0.8",
"package": "com.thebrokenrail.twine.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"CriteriaHook",
"MixinBoatEntity",
2020-06-14 03:04:21 +00:00
"MixinDefaultBiomeFeatures",
2020-06-17 21:57:52 +00:00
"MixinLivingEntity",
2020-06-14 03:04:21 +00:00
"MixinMobEntity",
"MixinServerPlayerEntity",
"MixinServerPlayNetworkHandler",
2020-06-14 03:04:21 +00:00
"MixinSlot"
],
"client": [
"MixinBoatEntityRenderer",
"MixinClientPlayerInteractionManager"
],
2020-06-14 03:04:21 +00:00
"injectors": {
"defaultRequire": 1
}
}