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.
EnergonRelics/src/main/resources/energonrelics.mixins.json
TheBrokenRail 401970963f
All checks were successful
EnergonRelics/pipeline/head This commit looks good
0.0.6
2020-08-12 16:52:09 -04:00

20 lines
468 B
JSON

{
"required": true,
"package": "com.thebrokenrail.energonrelics.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinAbstractFileResourcePack",
"MixinWorldRenderer",
"RenderPhaseAccessor"
],
"mixins": [
"BrewingRecipeRegistryAccessor",
"MixinDefaultBiomeFeatures",
"MixinEntity",
"MixinLivingEntity",
"MixinWorld"
],
"injectors": {
"defaultRequire": 1
}
}