Default: Destroy flammable items when in fire or lava
authorFernando Carmona Varo <ferkiwi@gmail.com>
Sun, 11 Sep 2016 15:24:02 +0000 (17:24 +0200)
committerparamat <mat.gregory@virginmedia.com>
Sun, 23 Oct 2016 02:48:37 +0000 (03:48 +0100)
commitbcb4426ec784ad076ac3abb8d933f030079a0bce
tree0d9252a64b9a1a7ebf4d0b8f1bc475ac6f6c9b45
parent4ea74466e45de265446027730916bfbde19a533d
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.
mods/default/README.txt
mods/default/init.lua
mods/default/item_entity.lua [new file with mode: 0644]
mods/default/sounds/default_item_smoke.ogg [new file with mode: 0644]
mods/default/textures/default_item_smoke.png [new file with mode: 0644]