Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 953 Bytes

readme.md

File metadata and controls

41 lines (25 loc) · 953 Bytes

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 removes 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

Settings

  • spill_removal.lavacooling_method (string) either "node" or "param2" (default)

Lavastone

Lava cooling will either generate lavastone:lavastone (if the cooling-method is "node") or default:stone with a param2 of 1 (if the cooling-method is "param2", default) so that it can be removed separately from normal stone

License

MIT