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.
SorceryCraft/src/main/resources/sorcerycraft.mixins.json

18 lines
422 B
JSON
Raw Normal View History

2020-03-01 18:19:59 +00:00
{
2020-03-08 15:34:47 +00:00
"required": true,
"package": "com.thebrokenrail.sorcerycraft.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
2020-12-15 19:00:42 +00:00
"MixinClientPlayerEntity",
2020-05-24 20:55:23 +00:00
"MixinClientPlayNetworkHandler",
2020-12-15 19:00:42 +00:00
"MixinAbstractButtonWidget"
2020-03-08 15:34:47 +00:00
],
"mixins": [
2020-04-03 15:45:44 +00:00
"CriteriaRegistryHook",
2020-03-08 15:34:47 +00:00
"MixinPlayerEntity",
"MixinServerPlayerEntity"
2020-03-08 15:34:47 +00:00
],
"injectors": {
"defaultRequire": 1
}
2020-03-01 18:19:59 +00:00
}