Spottedleaf

Results 86 comments of Spottedleaf

Resolved in Paper 1.20.2 https://github.com/PaperMC/Paper/commit/6af97e11b6a5c86dcbae29d554875ee271c5e51c

The poll loop will not fix this either. There's no way to use CLQ with some kind of conditional poll logic, which is why the iterator was used. However, the...

~~The core problem is that the chunk is not added to the full loaded chunk map before the entity callbacks are made.~~ Wrong issue.

this is how setType has always worked, why is it considered a bug

These days an epsilon (1e-7 or ~2^-23) is required for intersection to take place, which is significantly larger than the reported wobble of ~2^-40

Unlikely that command functions will ever be fixed. This is because now commands need to schedule onto the owning target's region, whether it be a block, entity, player, or something...

I explicitly added code to check for existing portals before creating one, but it looks like the POI update is delayed by 1 tick so there's still a window where...

Resolved by https://github.com/PaperMC/Paper/commit/a226f44b452c8c75ca077b492ba4a957629ba489 in 1.20

Clean up the imports, and add comments where diff starts and diff ends. https://github.com/PaperMC/Paper/blob/master/CONTRIBUTING.md The comment where I wrote that events may be placed there is actually wrong. It also...