mircokroon / minecraft-world-downloader

Download Minecraft worlds, extend server's render distance. 1.12.2 - 1.21
GNU General Public License v3.0
1.25k stars 83 forks source link

ItemFrame Rotation Problem #631

Closed pend1223 closed 11 months ago

pend1223 commented 11 months ago

(Resolved)

https://github.com/mircokroon/minecraft-world-downloader/blob/master/src/main/java/game/data/entity/specific/ItemFrame.java

case 7 -> provider -> item = provider.readSlot(); case 8 -> provider -> rotation = provider.readVarInt();

In the ItemFrame class, the 84,85 lines must be modified to 8,9 respectively to download the rotation of the item frame normally.