Closed pend1223 closed 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.
(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.