https://github.com/minetest-tier-mods/water-to-lava
Turns all (river) water to lava.
https://github.com/minetest-tier-mods/water-to-lava
lua minetest minetest-mod
Last synced: 17 days ago
JSON representation
Turns all (river) water to lava.
- Host: GitHub
- URL: https://github.com/minetest-tier-mods/water-to-lava
- Owner: minetest-tier-mods
- License: mit
- Created: 2024-03-19T16:26:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:16:30.000Z (about 1 year ago)
- Last Synced: 2025-02-12T19:39:38.394Z (2 months ago)
- Topics: lua, minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Water to lava
[](https://github.com/minetest-tier-mods/water_to_lava/actions)
A simple Minetest mod that turns all nodes belonging to the water group to lava.
> [!WARNING]
> Make sure that the world you're enabling this mod on doesn't affect your buildings or anything else, as this will convert ALL water sources into lava!## Installation
- Unzip the archive, rename the folder to `water_to_lava` and
place it in `..minetest/mods/`- GNU/Linux: If you use a system-wide installation place
it in `~/.minetest/mods/`.- If you only want this to be used in a single world, place
the folder in `..worldmods/` in your world directory.For further information or help, see:\
## License
See [`LICENSE.txt`](LICENSE.txt) for full license information.