Compatibility - ginsm/forgotten-graves GitHub Wiki
This page covers which mods are compatible with Forgotten Graves (and which aren't). Keep in mind, the mods may be compatible with Forgotten Graves but that does not mean they are compatible with each other. And mods that are not on this list could very well be compatible, too.
Last updated: 01/20/2023
Table of Contents
Compatible Mods
Tweaks Necessary
Incompatible Mods
Compatible Mods
Trinkets
Trinkets should be compatible without the need to do anything on your end. However, if you add or remove trinket mods, the auto-equip feature will be disabled for any graves that were generated previously.
BackSlot
BackSlot should be compatible without the need to do anything on your end. However, there is no auto-equip functionality implemented yet. Items will always return to your vanilla inventory.
Inventorio
Inventorio should be compatible without the need to do anything on your end.
Tweaks Necessary
Collector's Album
You will need to disable the Persistence setting in Collector's Album's config in order for Forgotten Graves and Collector's Album to work together without issue.
Open Parties And Claims
Inside of openpartiesandclaims-server.toml
(found within your server's config folder) there is an option called forcedBlockProtectionExceptionList
. If you set the option to the following it allows players to break/use graves inside claimed chunks:
forcedBlockProtectionExceptionList = ["minecraft:crafting_table", "anything$forgottengraves:grave*", "break$forgottengraves:grave*"]
Another thing you can do is enable disableInPvP
within Forgotten Graves' config so that items drop when a player is killed by another player (instead of creating a grave).
Supplementaries
Graves don't spawn if you're killed by Supplementaries' bombs. I'll try and fix this at a later time, but for now, you can change Break Blocks
to NONE
in supplementaries-common.json
under the tools
-> bomb
section.
Incompatible Mods
Companion (Backpacks)
According to this issue, items inside the Companion backpacks are not preserved on death. I'll be looking into this at some point but for now it's going to be marked as an incompatible mod.