1
0
mirror of https://github.com/HybridDog/builtin_item.git synced 2025-12-02 06:05:25 +01:00
HybridDog 3c45e98ff2 Fix crashes with objects in invalid state
If __builtin:item's on_step() makes the dropped item invalid, e.g. by
removing it, a later get_velocity() returns nil, which leads to a crash.

After this change, the overridden on_step() aborts early if the object
became invalid.
2025-11-14 16:24:06 +01:00
2014-08-31 14:13:12 +02:00
2021-10-10 13:05:47 +02:00
2020-10-10 17:46:06 +02:00
Description
A modification of the builtin items in Minetest
Readme 154 KiB
Languages
Lua 100%