4 Commits

Author SHA1 Message Date
sfan5
6f15b111ba Override builtin item entity the portable way 2020-04-14 13:31:25 +02:00
sfan5
578437dafb Convert minetest.sound_play uses to ephemeral 2020-02-05 22:24:23 +01:00
SmallJoker
b2b1dfaf83 Replace deprecated function calls 2018-07-01 20:44:03 +01:00
Fernando Carmona Varo
00b72c4a0e Default: Destroy flammable items when in fire or lava
The check for igniters (fire/lava) will be performed every 10 secs
if the item is flammable.

if the item is found to be in lava it will then burn up and
disappear in a smoke puff.

If a non-lava igniter node is found, a combination of `flammable`
value of the item and `igniter` group value of the node will be used
to determine the chance for the item to be removed.
2016-10-23 03:48:37 +01:00