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.
RelicCraft/src/main/resources/reliccraft.mixins.json

29 lines
710 B
JSON

{
"required": true,
"package": "com.thebrokenrail.reliccraft.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinClientPlayNetworkHandler"
],
"mixins": [
"CriteriaRegistryHook",
"MixinBlockItem",
"MixinClientWorld",
"MixinEnderDragonFight",
"MixinEnderPearlItem",
"MixinEntity",
"MixinItemStack",
"MixinLakeFeature",
"MixinLivingEntity",
"MixinNetherStarItem",
"MixinServerChunkManager",
"MixinServerWorld",
"MixinThrownEnderpearlEntity",
"MixinWorld",
"ModelPredicateProviderRegistryHook"
],
"injectors": {
"defaultRequire": 1
}
}