Fix container GUIs opening in 1.14+
Not sure why MC has yet another packet for those now but tbh idc.
This commit is contained in:
@@ -98,6 +98,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
|
||||
private static final List<Class> BAD_PACKETS = Arrays.<Class>asList(
|
||||
//#if MC>=11400
|
||||
OpenWrittenBookS2CPacket.class,
|
||||
OpenContainerPacket.class,
|
||||
//#endif
|
||||
//#if MC>=11200
|
||||
SynchronizeRecipesS2CPacket.class,
|
||||
|
||||
Reference in New Issue
Block a user