Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer compatible with Bedrock clients due to use of ITEM_DISPLAY #99

Closed
axieum opened this issue Jun 12, 2023 · 7 comments
Closed
Labels
enhancement New feature or request external issue Issue is caused by other mod and can't be fixed here

Comments

@axieum
Copy link

axieum commented Jun 12, 2023

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

image

Could it be possible to add an option to revert back to the old style graves?

@Patbox
Copy link
Owner

Patbox commented Jun 12, 2023

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)

@Patbox Patbox added the enhancement New feature or request label Jun 12, 2023
@Patbox
Copy link
Owner

Patbox commented Jun 25, 2023

Workaround has been added.

@Patbox Patbox closed this as completed Jun 25, 2023
@axieum
Copy link
Author

axieum commented Jun 26, 2023

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.

image

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.

@Patbox Patbox added the external issue Issue is caused by other mod and can't be fixed here label Jun 26, 2023
@Patbox Patbox reopened this Jun 26, 2023
@Patbox
Copy link
Owner

Patbox commented Sep 26, 2023

Is this still the case?

@Ratirefure
Copy link

Ratirefure commented Feb 9, 2024

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.

image

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.

@NotNullBool
Copy link

Bump same issue

@Patbox
Copy link
Owner

Patbox commented Apr 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external issue Issue is caused by other mod and can't be fixed here
Projects
None yet
Development

No branches or pull requests

4 participants