Go to file
Luke aka SwissalpS 3ac6f535a5 Update api.lua
Did not test on this mod, but tested extensively on [plante_mars]'s /mars_lightup command.
https://github.com/pandorabox-io/planet_mars/pull/3
2022-02-17 07:22:55 +01:00
.github/workflows luacheck 2020-02-04 07:49:14 +01:00
.luacheckrc luacheck 2020-02-04 07:49:14 +01:00
api.lua Update api.lua 2022-02-17 07:22:55 +01:00
commands.lua fix chernobylite block typo 2020-04-05 21:42:56 +02:00
cooling.lua working 2019-06-03 20:19:47 +02:00
init.lua proper modpath 2020-02-04 08:38:08 +01:00
lavastone.lua flowing lava and water removal 2020-02-04 08:04:28 +01:00
mod.conf chernobylite remove 2020-02-04 08:09:17 +01:00
privs.lua chernobylite remove 2020-02-04 08:09:17 +01:00
readme.md chernobylite remove 2020-02-04 08:09:17 +01:00

readme.md

Spill removal

A mod for minetest

Overview

Removes various spills in an area with chat-commands

Chatcommands

All those commands remove the blocks in an area-radius of 32 nodes.

  • /lavastone_remove remove stone generated by lava
  • /lava_remove removes flowing lava
  • /water_remove removes flowing water
  • /chernobylite_remove removes chernobylite

Privs

  • lavastone_remove
  • lava_remove
  • water_remove
  • chernobylite_remove

Lavastone

Lava cooling will generate lavastone:lavastone that can be removed separately from normal stone

License

MIT