-
Notifications
You must be signed in to change notification settings - Fork 18
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
[BUG] Dying on bedrock does not generate a gravestone #22
Comments
Minecraft version : 1.16.5 Same issue, dying on the roof of the nether two times. You can find your head, but not the grave. |
Having the same problem, the mod doesn't even print the death coordinates |
Minecraft Version : 1.16.5 Grave does not generate in any dimension (Overworld / Nether / End) if the player died over bedrock. |
I've seen that you have blacklisted the bedrock block as a block that stops a grave from spawning. This has made building farms on top of the nether roof extremely dangerous because as the mod stops the grave from spawning, it then deletes all the items the player had with them instead of dropping the items on the bedrock instead. |
Hi Flyvee, Did you see a way to fix it? |
There is a line in the code under Gravestones/src/main/java/net/guavy/gravestones/Gravestones.java in the last function that blacklists bedrock as a block for a grave to spawn on so by either deleting that line or by replacing it with an unused block like jigsaw or command block and the issue will be gone but when I've tried to compile the code myself, I've run into too many issues as the mod is outdated and many of the libraries it depends on, either uses a newer java version or has changed web locations, the web locations I could fix, but the java version I couldn't. |
Thank you for your answer ! I will try to find another mod... I have a lot of nether roof farms : too dangerous ! |
Let me know if you find one cause at best for fabric, the alternative is the grave datapack. |
Still an issue which is really sad since its an awesome mod but this single issue makes it almost useless for me since i simply cant trust it when mining on bedrock level (which i do a lot). |
* Port to 1.18.2 Fixed an issue whereModMenu add-ons could not be accessed * Port to 1.19 * Port to 1.19 * format code * Port to 1.19 * Fix Dying on bedrock does not generate a gravestone * #22 Fix Dying on bedrock does not generate a gravestone * placed check * dropAll by break
* Port to 1.18.2 Fixed an issue whereModMenu add-ons could not be accessed * Port to 1.19 * Port to 1.19 * format code * Port to 1.19 * Fix Dying on bedrock does not generate a gravestone * #22 Fix Dying on bedrock does not generate a gravestone * placed check * dropAll by break * Port to 1.19.3 * Port to 1.19.3 * Port to 1.19.3 * Port to 1.19.3 * Port to 1.19.3 * Port to 1.19.3 * gradle
Minecraft version: 1.16.5
Mod version: 1.7
Loaded Mods: Fabric API, Gravestones
Issue behavior:
Dying in any way on a bedrock block at any Y-level does not generate a gravestone. Replacing even the lowest level block of bedrock with any other block (such as stone), and dying on that block generates a gravestone. Placing a piece of bedrock at Y-64 and dying on it does not generate a gravestone.
The text was updated successfully, but these errors were encountered: