Fix Paper 26.2 explosion restoration stall
This commit is contained in:
+12
-1
@@ -12,6 +12,16 @@ These changes will (most likely) be included in the next version.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.109.1-tss3] - 2026-08-06
|
||||
### Changed
|
||||
- Updated the build and runtime target to Paper 26.2 and Java 25.
|
||||
- Updated renamed health attributes, potion effects, and entity types for the current Paper API.
|
||||
- Updated Gradle, Shadow, Mockito, and the test harness for Java 25.
|
||||
|
||||
### Fixed
|
||||
- Removed legacy Bukkit material access from explosion handling and arena block restoration. Creeper and other block explosions no longer initialize CraftLegacy and DataFixerUpper on the server thread.
|
||||
- Restored support-sensitive blocks without physics after their supporting blocks, avoiding legacy attached-face data while preserving soft restoration.
|
||||
|
||||
## [0.109] - 2024-10-13
|
||||
### Added
|
||||
- MobArena now properly supports Vault economy providers registered after MobArena has started. This should make it possible to use custom economy providers that aren't built into Vault, such as those created with Denizen.
|
||||
@@ -281,7 +291,8 @@ Thanks to:
|
||||
- Swatacular for help with testing bug fixes
|
||||
- Haileykins for contributions to the code base
|
||||
|
||||
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.109...HEAD
|
||||
[Unreleased]: https://git.tss3.us/skywalker3200/MobArena/compare/0.109.1-tss3...master
|
||||
[0.109.1-tss3]: https://git.tss3.us/skywalker3200/MobArena/compare/0.109...0.109.1-tss3
|
||||
[0.109]: https://github.com/garbagemule/MobArena/compare/0.108...0.109
|
||||
[0.108]: https://github.com/garbagemule/MobArena/compare/0.107...0.108
|
||||
[0.107]: https://github.com/garbagemule/MobArena/compare/0.106...0.107
|
||||
|
||||
Reference in New Issue
Block a user