optimize-explosions
no longer works correctly in 1.21.3/2
#11539
Labels
priority: high
This issue is either a gamebreaking bug or crash and needs to be addressed soon.
status: accepted
Disputed bug is accepted as valid or Feature accepted as desired to be added.
type: bug
Something doesn't work as it was intended to.
version: 1.21.3
Game version 1.21.3
Expected behavior
The same behaviour prior to the 1.21.3/2 update.
Observed/Actual behavior
The
explosionDensityCache
is not cleared anymore after the 1.21.3/2 update which causes issues with explosions interacting with entitiesSteps/models to reproduce
Plugin and Datapack List
n/a
Paper version
Checking version, please wait...
This server is running Paper version 1.21.3-1-master@f273e6e (2024-10-31T17:32:23Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
You are running the latest version
Other
The
optimize-explosions
patch was not applied correctly during the 1.21.3/2 update. The line that clears theexplosionDensityCache
was moved into the MinecraftServer constructor before the update it was ran every tick in thetickChildren
method.The text was updated successfully, but these errors were encountered: