1
0
mirror of https://github.com/HybridDog/builtin_item.git synced 2025-11-21 01:25:23 +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

For a description of this Minetest mod, see https://forum.minetest.net/viewtopic.php?f=9&t=10271.

Description
A modification of the builtin items in Minetest
Readme 154 KiB
Languages
Lua 100%