1
0
minecraft-tweaks-2a03/src/main/resources/minecraft-tweaks-2a03.mixins.json
Ryan Fox e5a9c1b04d
Ignore Mojang's names & skins
Being able to control people's names and skins is loads of fun!
2023-05-31 20:45:46 -07:00

19 lines
343 B
JSON

{
"required": true,
"package": "party._2a03.mc.mixin",
"compatibilityLevel": "JAVA_17",
"server": [
"MixinCreeperEntity",
"MixinGameModeCommand",
"MixinGameProfile",
"MixinPlayerManager",
"MixinRespawnAnchorBlock",
"MixinServerPlayerEntity",
"MixinTntBlock",
"MixinTntEntity"
],
"injectors": {
"defaultRequire": 1
}
}