Universal Graves

Universal Graves

3M Downloads

Geyser/Bedrock players STILL can't see the grave

sorae42 opened this issue ยท 7 comments

commented

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.

commented

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!).

commented

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

commented

Because geyser doesn't support display entities correctly

commented

I see, will close issue now.

commented

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

commented

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

commented

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