Remove some hypixel warnings

This commit is contained in:
nea
2023-05-03 20:02:22 +02:00
parent e9f9ad1ac0
commit ce3b6681c9
4 changed files with 115 additions and 13 deletions

View File

@@ -1,16 +1,19 @@
{
"required": true,
"package": "moe.nea.notenoughupdates.mixins",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinDownloadingTerrainScreen",
"MixinMessageHandler",
"MixinMinecraft",
"MixinWorldRenderer"
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
"required": true,
"plugin": "moe.nea.notenoughupdates.init.MixinPlugin",
"package": "moe.nea.notenoughupdates.mixins",
"compatibilityLevel": "JAVA_16",
"client": [
"MixinDownloadingTerrainScreen",
"MixinMessageHandler",
"MixinMinecraft",
"MixinWorldRenderer",
"devenv.DisableCommonPacketWarnings"
],
"mixins": [
"devenv.DisableInvalidFishingHook"
],
"injectors": {
"defaultRequire": 1
}
}