ViaVersion/api
EnZaXD 08b921729d
Fix entity defaults across all protocols (#4312)
Minecraft <= 1.13.2 silently ignores unknown entity type ids and doesn't print any warning, while we currently still track them. Minecraft 1.14+ will spawn a pig if the entity type is invalid while we track ENTITY as wrong type. Both cases can cause various entity data issues where the server sends wrong data for non-existing entities while we still handle it.
2024-12-15 10:12:05 +01:00
..
src/main Fix entity defaults across all protocols (#4312) 2024-12-15 10:12:05 +01:00
build.gradle.kts Exclude error prone annotations 2024-10-24 12:50:36 +02:00