3.2.17
Supports Minecraft versions: 1.20-1.20.4
Added
- Added support for the Forgotten Graves Redefined resource pack. Here are some of the things that now happen:
- Player names and custom text shows up on the models properly.
- The outline shape changes to match the custom models.
- The player skull shifts slightly away from the tombstone.
Fixed
- The config option
maxStageTimeSeconds
now respects waxed graves (#110). - Trinket items that fail to find an appropriate slot whilst equipping are now placed in your main inventory.
- After a grave is placed, any items remaining in the player inventory should now drop on the ground.
- The goal with this change is to drop any items the code may have missed on the ground, rather than just destroying them.
Updated
- Updated
en_us.json
andru_ru.json
translations thanks to mpustovoi (#109)! - Updated
es_mx.json
translation; let me know if there's any mistakes, I'm not a native speaker, thanks! - Grave item models should now look better in first person, third person, and in item frames.
3.2.16
Supports Minecraft versions: 1.20-1.20.4
This version adds a lot of changes to the config and its GUI, as such, please reset and reconfigure the mod if you run into any issues. If that doesn't solve your issue, please report the issue on GitHub, thanks!
Added
- Added new config options to configure the chance a grave will decay for each stage of decay (#77).
- Added new config options to configure the min and max amount of seconds a grave stays in each stage (#77).
- You can set the max amount of seconds to
0
to disable the feature.
- You can set the max amount of seconds to
- Added new config options to toggle whether graves can replace or sink through blocks (#108).
- Added a new
Disable Graves
effect that will prevent graves from spawning for any player affected by it (#89).
Updated
- The configuration GUI has been segmented into different categories (located at the top of the config GUI).
- Configuration option values are now better validated to ensure no invalid values are provided.
Fixed
3.2.15
Supports Minecraft versions: 1.20-1.20.4
Added
- You can now prevent graves from spawning in PvP via the
disableInPvP
config setting (#105). - Added Brazilian Portuguese (
pt-br
) translation, thanks demorogabrtz!