-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
According to the disconnect log:
Invalid entity data item type for field 8 on entity class_1542['Air'/10715949...]
old=minecraft:(class java.lang.String), new=2 minecraft:dirt(class net.minecraft.class_1799)
Essentially meaning the client received mismatched packet (String being a Dirt ItemStack), which triggered the IllegalStateException, and the bundle packet (clientbound/minecraft:bundle) from the server was malformed or translated incorrectly.
The main reason might be ViaFabricPlus, translating packets between the client and the server.
Metadata
Metadata
Assignees
Labels
No labels