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
TheBrokenRail caf78d54ba
All checks were successful
Gulliver Reloaded/pipeline/head This commit looks good
1.0.4
Scale Fall Damage and Reach Distance By Size
Namespace Lang
2020-03-27 11:00:15 -04:00

18 lines
401 B
JSON

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