No longer compatible with Bedrock clients due to use of `ITEM_DISPLAY`
axieum opened this issue ยท 7 comments
With the recent v3 for 1.20, it appears that it is no longer compatible with servers running https://GeyserMC.org/ due to -
[Geyser player thread-4-5/WARN]: Could not find an entity definition with type ITEM_DISPLAY
Could it be possible to add an option to revert back to the old style graves?
With 3.2.2 or newer you need to:
- change model to
corpse_player
, so it's something players can see - change option
hide_f3_debug_lines
to false, which should fix the text being invisible.
It's more of an issue on geyser side (GeyserMC/Geyser#3810).
I might look into a fallback config option, but it will be way more limited than previous one (I don't want to overcomplicate the system like last time, as it wasn't too great)
Thanks for looking into this so soon. ๐
We've been trying it out, and when another player dies, others (Bedrock players) already in the area can see the skull. However, the player who died, or players who revisit/reload the chunks, can no longer see the skull permanently.
The skull on the left is a real skeleton skull placed with /setblock ~ ~ ~ skeleton_skull
and that works okay.
I'm unsure if this is a Geyser issue - we'll try to investigate a bit further.
Thanks for looking into this so soon. ๐
We've been trying it out, and when another player dies, others (Bedrock players) already in the area can see the skull. However, the player who died, or players who revisit/reload the chunks, can no longer see the skull permanently.
The skull on the left is a real skeleton skull placed with
/setblock ~ ~ ~ skeleton_skull
and that works okay.I'm unsure if this is a Geyser issue - we'll try to investigate a bit further.
Is this still the case?
Can confirm this is still the case. If I'm a Bedrock player and /kill myself while looking down, I can see a basic skeleton skull behind the death UI. If I then respawn and walk over to where the skull spawned, the skull is invisible. The skull can still be interacted with and I can get all my items back just fine.