-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently Wires and MiniMOTD both redirect the same method for handling server list MOTDs.
Wires/src/main/java/net/quiltservertools/wires/mixins/MixinServerQueryNetworkHandler.java
Line 13 in 4965e63
| @Redirect(method = "onRequest", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/MinecraftServer;getServerMetadata()Lnet/minecraft/server/ServerMetadata;")) |
I'm not sure what the best course of action is here for compatibility, given we both need to modify the return value... Since this seems like a common mixin, maybe we should try and get something into Fabric API?
Metadata
Metadata
Assignees
Labels
No labels