1
0
minecraft-tweaks-2a03/src/main/resources/minecraft-tweaks-2a03.mixins.json

16 lines
272 B
JSON
Raw Normal View History

2020-01-07 15:53:42 +00:00
{
"required": true,
"package": "party._2a03.mc.mixin",
"compatibilityLevel": "JAVA_8",
"server": [
"MixinGameModeCommand",
2020-08-02 21:40:41 +00:00
"MixinRespawnAnchorBlock",
"MixinServerPlayerEntity",
"MixinTntBlock",
2020-01-07 15:53:42 +00:00
"MixinTntEntity"
],
"injectors": {
"defaultRequire": 1
}
}