-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Piggybacking on my Geyser post: GeyserMC/Geyser#5723
I tested this more thoroughly as well and here's what I found when testing frame (item_frame):
When I place an "item_frame", it automatically snaps facing the North. For example, if I place the frame facing the south, it will automatically move to the North (as if you're facing North when placing it), even if it's an empty block (it's floating). So face South you will see the back of the frame. If I place it on the west or east, it pops/flips out to the side and again facing the North. This is using the latest Geyser.
Java shows up correctly as placed!
1.21.4 using latest Geyser Build GeyserMC/Geyser#894
As identified with Geyser post, the issue is directly with GeyserUtils which is causing this.
