A minetest mod that adds vertical magma conduits to mapgen
Go to file
2018-05-12 17:06:45 -06:00
.gitignore Initial commit 2017-04-08 20:02:59 -06:00
config.lua add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00
depends.txt Initial commit 2017-04-08 20:16:07 -06:00
description.txt Initial commit 2017-04-08 20:16:07 -06:00
init.lua remove obsolete code 2018-05-12 17:06:45 -06:00
LICENSE.txt add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00
mod.conf Initial commit 2017-04-08 20:16:07 -06:00
README.txt update readme with obsidian lining 2018-05-12 17:05:00 -06:00
screenshot.png add screenshot 2017-04-08 20:45:53 -06:00
settingtypes.txt add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00
voxelarea_iterator.lua add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00

A relatively simple mapgen mod. It does the following:

* Optionally removes default mapgen lava (it leaves the empty caves behind)
* Adds magma conduits that thread through the ground like a second vertically-oriented cave system
* Removes surface lava that would otherwise spill out into the surrounding landscape, leaving stable lava pools dotted here and there.
* Adds an obsidian lining to magma conduits, providing a warning for unsuspecting miners

This mod makes magma more sparsely distributed across the map, but where it is found it will be available in massive quantities. Using this mod in conjunction with the dynamic_liquid mod can result in !!fun!! lava flows when caves intersect with magma conduits.