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 4197534e8f
All checks were successful
SlightlyVanilla/pipeline/head This commit looks good
1.0.5
Crying Obsidian Nether Portal
2020-03-20 18:09:01 -04:00

20 lines
461 B
JSON

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