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

Geyser/Bedrock players STILL can't see the grave #177

Closed
sorae42 opened this issue Sep 24, 2024 · 7 comments
Closed

Geyser/Bedrock players STILL can't see the grave #177

sorae42 opened this issue Sep 24, 2024 · 7 comments

Comments

@sorae42
Copy link

sorae42 commented Sep 24, 2024

The grave isn't showing for bedrock player (no model nor any text, just barrier block), even thought I did make necessary changes to the config from this comment: #99 (comment)

This is my config:

  "model": {
    "default": "corpse_player",
    "alternative": [
		{
			"require": {},
			"model": "default"
		},
		{
			"require": {},
			"model": "soul"
		}
	],
	  "enable_geyser_workaround": true,
    "hide_f3_debug_lines": false,
    "gravestone_item_base": "minecraft:skeleton_skull"

I can provide the full config if needed.

@Patbox
Copy link
Owner

Patbox commented Sep 24, 2024

You need to remove alternatives, as it is picking them up instead. Alternative just selects how grave block looks after player dies, allowing state-dependent grave models (like terraria ones!).

@sorae42
Copy link
Author

sorae42 commented Sep 24, 2024

It works now! Through I still like the default one. Why it doesn't work?

@Patbox
Copy link
Owner

Patbox commented Sep 24, 2024

Because geyser doesn't support display entities correctly

@sorae42
Copy link
Author

sorae42 commented Sep 24, 2024

I see, will close issue now.

@sorae42 sorae42 closed this as completed Sep 24, 2024
@Jsaunders411
Copy link

How do you remove the alternative im having the same problem.

@sorae42
Copy link
Author

sorae42 commented Oct 3, 2024

You just delete anything in the "alternative": []

@willow59w
Copy link

willow59w commented Nov 5, 2024

Is this still working as of 1.21.3? I followed everything shown here.
it likes to delete the geyser workaround line every time I restart the server after attempting to edit the config.
I have gotten the text lines to work on bedrock just no models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants