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.
GulliverReloaded/src/main/resources/gulliver-reloaded.mixins.json

19 lines
440 B
JSON

{
"required": true,
"package": "com.thebrokenrail.gulliverreloaded.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinClientPlayerInteractionManager",
"MixinLivingEntityRenderer",
"MixinEntityRenderDispatcher"
],
"mixins": [
"BrewingRecipeRegistryAccessor",
"MixinLivingEntity",
"MixinPlayerEntity"
],
"injectors": {
"defaultRequire": 1
}
}