YukkuriLaboratory / FabPose

Fabric pose mod for Minecraft
https://modrinth.com/mod/fabpose
Other
4 stars 1 forks source link

chore: Migrate DataTracker changes #9

Closed turtton closed 2 months ago

turtton commented 2 months ago

Since 1.20.6, DataTracker changed behavior to throw Exception on received unknown Entry from server. To accommodate this change, the following adjustments will be made

turtton commented 2 months ago

Code of the corresponding change(left: 1.20.4, right: 1.20.6) image

this.entries changed from Int2ObjectMap to Entry[] and no size check😇