Geyser/Bedrock players STILL can't see the grave
sorae42 opened this issue ยท 7 comments
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.
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!).