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.
SlightlyVanilla/src/main/resources/slightlyvanilla.mixins.json
TheBrokenRail 3ab20c3200
All checks were successful
SlightlyVanilla/pipeline/head This commit looks good
Port to 1.15.2
2020-03-25 11:25:54 -04:00

19 lines
419 B
JSON

{
"required": true,
"package": "com.thebrokenrail.slightlyvanilla.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinClientPlayNetworkHandler"
],
"mixins": [
"MixinPlayerEntity",
"MixinItem",
"MixinSpawnEggItem",
"MixinLootableContainerBlockEntity",
"MixinAbstractTraderEntity"
],
"injectors": {
"defaultRequire": 1
}
}