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

26 lines
609 B
JSON

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