1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-03 14:12:25 +00:00

Fix mixins

This commit is contained in:
Camotoy
2021-03-27 10:44:59 -04:00
parent 064184a9d2
commit be3bef4ce8

View File

@@ -1,12 +1,12 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.geysermc.floodgate.mixin",
"package": "org.geysermc.floodgate.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"org.geysermc.floodgate.mixin.HandshakeC2SPacketMixin",
"org.geysermc.floodgate.mixin.ServerLoginNetworkHandlerMixin",
"org.geysermc.floodgate.mixin.ServerNetworkIoMixin"
"HandshakeC2SPacketMixin",
"ServerLoginNetworkHandlerMixin",
"ServerNetworkIoMixin"
],
"injectors": {
"defaultRequire": 1