Common implementation between SpongeForge and SpongeVanilla for release 7.4.0
What's Changed
- Fix cursor reset when opening an inventory by @Yeregorix in #3159
- Add SpongeImplHook for entity reach distance (#2513) by @PolyacovYury in #3166
- Add getWorldUUID to SaveChunkEvent. by @dualspiral in #3164
- Fix bad Redirect target by @RedNesto in #3182
- Fix #3190: fix mob breeding cooldown by @PolyacovYury in #3191
- Fix case-sensitivity bug in SpongeUserStorageService#match(String) by @alexstaeding in #3194
- Add max-chunk-lifetime setting used by chunk gc by @PolyacovYury in #3167
- Add max-chunk-lifetime setting used by chunk gc (#3167) - fixed by @PolyacovYury in #3206
- Fix MC-49577 re-introduced by MixinWorldEntitySpawner.findChunksForSpawning refactor by @PolyacovYury in #3204
- Fix typos in config docs by @ST-DDT in #3224
- Fix issue with UpdateAnvilEvent call that can lead to duplication issues by @NickImpact in #3294
- Fix incorrect TotalExperienceValueProcessor by @Tommsy64 in #3347
- Fix /xp command not being able to take away experience completely by @Tommsy64 in #3348
- Fix player ChangeInventoryEvent.Pickup.Pre by @Yeregorix in #3334
- Filter degenerate AABBs in World#getIntersectingCollisionBoxes by @Yeregorix in #3389
- Fix StackOverflowError exception by @electron93 in #3417
- Fix compile errors (incompatible types) by @electron93 in #3416
- Fix EventListener called in wrong order. by @InkerBot in #3521
New Contributors
- @PolyacovYury made their first contribution in #3166
- @alexstaeding made their first contribution in #3194
- @NickImpact made their first contribution in #3294
- @Tommsy64 made their first contribution in #3347
- @electron93 made their first contribution in #3417
- @InkerBot made their first contribution in #3521
Full Changelog: v7.3.0...v7.4.0