Go to file
Lemente 7ad8159a81
Update init.lua
2022-06-29 16:12:02 +02:00
README.md Update README.md 2022-06-20 15:20:09 +02:00
depends.txt adding dependencies 2022-06-20 14:29:35 +02:00
init.lua Update init.lua 2022-06-29 16:12:02 +02:00
mod.conf Add files via upload 2022-06-19 14:57:13 +02:00

README.md

remove_lava

Minetest Mod : once loaded, will remove all lava and fire nodes in loaded mapblocks every seconds above sea level

[WARNING] this mods can be very resource intensive, even when disabled. It is not meant to stay installed while playing, only to temporarily fix a world. It is also given with no garuantee. You should probably make a backup of your world before using.

once installed it will stop the lava from flowing (deleting any existing "default:lava_flowing" node)

it also adds the command /remove_lava <min_height> <max_height> once enabled, it will start deleting the following nodes in loaded mapblocks between the set heights :

  • default:lava_source
  • default:lava_flowing
  • fire:permanent_flame
  • fire:basic_flame

to stop node deletion, use "/remove_lava stop", restart world or deactivate the mod