You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why: Bedrock clients (e.g. via Geyser) treat regular spaces (U+0020) as word-break boundaries in item CUSTOM_NAME fields, causing item frame clock names like "3:45 PM" to split or truncate. When enabled, regular spaces in item frame display names are replaced with non-breaking spaces (U+00A0). Affects only the item frame / wall clock name path — chat messages are untouched. Disable if running a Java-only server and non-breaking spaces cause unexpected rendering.
Fixed
Players
[Paper & Fabric] Prevent players from rotating or interacting with clocks placed in item frames.
Why: The item frame is used as a workaround to display the clock in vanilla, so allowing player interaction or rotation is a visual bug.