What's Changed
- [1.20.1] Backport Accessories Compatbility by @Dragon-Seeker in https://github.com/Patbox/UniversalGraves/pull/169
New Contributors
- @Dragon-Seeker made their first contribution in https://github.com/Patbox/UniversalGraves/pull/169
Full Changelog: https://github.com/Patbox/UniversalGraves/compare/3.0.1+1.20.1...3.0.2+1.20.1
Universal Graves 3.4.3 for Minecraft 1.21 has been released!
Now with more mod compatibility and more stability!
Changelog:
- Added support for Accessories mod.
- When grave is broken by it's owner, it will first try to make player quick-pickup it's content before dropping everything. This can be disabled in config.
- Made error/exception catching within grave creation more robust, allowing to display more information and lower chance of losing entire inventory (for example when other mod changes it's api or implements it incorrectly).
- Fixed serialization of entity type's in config, fixing disabling graves when killed by selected entity.
Download:
Universal Graves 3.4.2 for Minecraft 1.21 has been released!
Bug fixing and some smaller tweaks/new features!
Changelog:
- Changed default config: graves will no longer break expire! Their protection against other players is unchanged through.
- Added option to toggle grave being snapped to world border. Enabled by default (it existed before, but was always active).
- Added option to actively move graves inside world border (as in, when it changes). Disabled by default.
- Blocked enchantments (aka enchantments that when on item make graves skip adding them) can now be added with
universal_graves:blocked_enchantments
tag. - Updated config loading to use new Placeholder API parsers, including support for QuickText.
- Actually bundle translations from Crowdin (Oops).
- Bunch of bugfixes.
What's Changed
- Fix #universal_graves:replaceable tag by @unilock in https://github.com/Patbox/UniversalGraves/pull/136
New Contributors
- @unilock made their first contribution in https://github.com/Patbox/UniversalGraves/pull/136
Full Changelog: https://github.com/Patbox/UniversalGraves/compare/3.2.1+1.20.3...3.2.2+1.20.4