1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Fix skins not appearing on avatar entities and player heads, update protocol library for further fixes

This commit is contained in:
onebeastchris
2025-12-10 17:15:01 +01:00
parent 0cdd31ea1f
commit bc8214793e
9 changed files with 28 additions and 139 deletions

View File

@@ -13,9 +13,9 @@ guava = "29.0-jre"
gson = "2.3.1" # Provided by Spigot 1.8.8 TODO bump to 2.8.1 or similar (Spigot 1.16.5 version) after Merge
gson-runtime = "2.10.1"
websocket = "1.5.1"
protocol-connection = "3.0.0.Beta11-20251208.164944-9"
protocol-common = "3.0.0.Beta11-20251208.164944-8"
protocol-codec = "3.0.0.Beta11-20251208.164944-9"
protocol-connection = "3.0.0.Beta11-20251209.183710-13"
protocol-common = "3.0.0.Beta11-20251209.183710-12"
protocol-codec = "3.0.0.Beta11-20251209.183710-13"
raknet = "1.0.0.CR3-20251208.214317-23"
minecraftauth = "5.0.0"
mcprotocollib = "1.21.9-20251029.184056-18"