Patbox / UniversalGraves

Grave mod for Fabric!
GNU Lesser General Public License v3.0
55 stars 23 forks source link

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

Closed sorae42 closed 1 week ago

sorae42 commented 1 week ago

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: https://github.com/Patbox/UniversalGraves/issues/99#issuecomment-2049134636

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 commented 1 week ago

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 commented 1 week ago

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

Patbox commented 1 week ago

Because geyser doesn't support display entities correctly

sorae42 commented 1 week ago

I see, will close issue now.

Jsaunders411 commented 44 minutes ago

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