Okay. Looks like it might be a race condition that prevents the callback for fireballs from being called when it kills the ghast, which skips the check for the Fireball Redirection Service…
It looks something a bit more complicated is going on, because I can get the achievement without modifications to logic, but it usually doesn't trigger. Without understanding what is going on, I…
Hi, I'm the one who created #4738 . I just tested with the projectile-refactor branch and I'm NOT able to get the "Fireball Redirection Service" achievement. Hope that helps. :)
Yes, it does.…
Put the copy back in (See VoxeLibre/VoxeLibre#4433 (comment) and VoxeLibre/VoxeLibre#4433 (comment))
New task:
- Check if this PR already includes a fix in #4738 Fixed achievement 'Fireball Redirection Service'
Netlist ID indeterminism most likely from random ordering of vector components.
I think reverting is safe to do. At worst, it will have slightly higher memory usage.
Looks like _save_fields
is only used by arrows and arrow derivatives. mcl_throwing
projectiles have their own save/load functions at https://git.minetest.land/VoxeLibre/VoxeLibre/src/commit/c2a…