[FEATURE] Rename Grave Blocks
ginsm opened this issue ยท 2 comments
Describe the solution you'd like
Players should be able to rename a grave in an anvil, place it, and have that name displayed.
Additional context
The rename should persist after being broken; i.e. if you break a grave that was named "Herobrine" you should naturally receive a grave still named "Herobrine".
GraveBlockEntityRenderer.java#L93 was intended to have part of that functionality.. but definitely needs some work.