Removed old packet class.

This commit is contained in:
2022-01-16 16:46:02 +00:00
parent 6ecf7c414d
commit b06b88780f

View File

@ -24,11 +24,6 @@ public class Network {
.simpleChannel();
int id = 0;
channel.messageBuilder(UpdateRecipesPacket.class, ++id)
.encoder(UpdateRecipesPacket::encode)
.decoder(UpdateRecipesPacket::decode)
.consumer(UpdateRecipesPacket::handle)
.add();
}
public static void writeVersionInfo(PacketBuffer buffer) {