3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-12-25 15:50:10 +01:00
ViaVersion/common
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 Fix entity defaults across all protocols (#4312) 2024-12-15 10:12:05 +01:00
build.gradle.kts Add auto start option to runViaProxy task (#4225) 2024-10-30 20:48:31 +01:00