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

24 lines
602 B
JSON
Raw Normal View History

2020-07-13 20:37:21 +00:00
{
"required": true,
"package": "com.thebrokenrail.energonrelics.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
2020-07-26 16:14:51 +00:00
"MixinAbstractFileResourcePack",
"MixinWorldRenderer",
"RenderPhaseAccessor"
2020-07-13 20:37:21 +00:00
],
"mixins": [
2020-07-22 22:31:22 +00:00
"BrewingRecipeRegistryAccessor",
2020-08-15 18:26:33 +00:00
"GenerationSettingsAccessor",
"MixinBootstrap",
2020-07-13 23:33:38 +00:00
"MixinDefaultBiomeFeatures",
2020-07-28 03:10:16 +00:00
"MixinEntity",
2020-07-22 22:31:22 +00:00
"MixinLivingEntity",
2020-08-15 18:26:33 +00:00
"MixinMinecraftServer",
2020-08-20 18:53:53 +00:00
"MixinWorld",
"ServerPlayerEntityAccessor"
2020-07-13 20:37:21 +00:00
],
"injectors": {
"defaultRequire": 1
}
}