0
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-07-16 23:25:03 +00:00
Files
Spottedleaf 04f95191f1 Fix spawners converted from 1.21.4 not running finalisation logic
DataConverter incorrectly placed a fall_distance value with 0.0
if the entity did not have a FallDistance entry. This results in the
entity spawn data having 2 entries, which prevents finalisation
logic from running.

We can fix this by removing the fall_distance entry if it is 0.0.

In 1.21.8 there will be a proper fix for this and the patch can be
dropped.
2025-07-16 10:33:06 -07:00
..
2025-04-12 17:27:00 +02:00
2025-04-12 17:27:00 +02:00
2025-06-17 15:45:25 +02:00