samolego / GolfIV

An anti-exploit attempt for Fabric
https://modrinth.com/mod/golfiv
MIT License
49 stars 13 forks source link

Request CheaterDeleter support #31

Closed d4rkm0nkey closed 3 years ago

d4rkm0nkey commented 3 years ago

It would be nice if GolfIV and CheaterDeleter would be compatible. Currently having both mods leads to following warnings

[12:36:40] [Server thread/WARN]: Method overwrite conflict for getX in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for getZ in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for setX in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for setZ in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.

I am not sure if the warnings cause any issues though.

CoolMineman commented 3 years ago

This is harmless as they both do the same thing.