packetevents
packetevents copied to clipboard
Complete chunk data wrapper for 1.7
java.lang.ClassCastException: class com.github.retrooper.packetevents.protocol.world.chunk.impl.v_1_18.Chunk_v1_18 cannot be cast to class com.github.retrooper.packetevents.protocol.world.chunk.impl.v1_16.Chunk_v1_9 (com.github.retrooper.packetevents.protocol.world.chunk.impl.v_1_18.Chunk_v1_18 and com.github.retrooper.packetevents.protocol.world.chunk.impl.v1_16.Chunk_v1_9 are in unnamed module of loader 'app')
I get this exception when I try send a chunk data on 1.9.4 or 1.8.
@MWHunter