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 59a8c4c869
All checks were successful
SlightlyVanilla/pipeline/head This commit looks good
1.0.1
Update Mappings
Add Throwable Spawn Eggs
2020-03-19 17:33:44 -04:00

18 lines
372 B
JSON

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