A minetest mod that adds vertical magma conduits to mapgen
Go to file
2018-11-08 23:08:48 -07:00
locale add doc support, remove height settings on account of issue #7364 2018-05-22 00:27:28 -06:00
textures add heating of adjacent rock 2018-05-18 01:39:19 -06:00
.gitignore Initial commit 2017-04-08 20:02:59 -06:00
config.lua more volcano options, also add soil cooking 2018-11-08 23:08:48 -07:00
cook_soil.lua more volcano options, also add soil cooking 2018-11-08 23:08:48 -07:00
depends.txt add doc support, remove height settings on account of issue #7364 2018-05-22 00:27:28 -06:00
description.txt Initial commit 2017-04-08 20:16:07 -06:00
hot_rock.lua add doc support, remove height settings on account of issue #7364 2018-05-22 00:27:28 -06:00
init.lua more volcano options, also add soil cooking 2018-11-08 23:08:48 -07:00
intllib.lua add heating of adjacent rock 2018-05-18 01:39:19 -06:00
LICENSE.txt add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00
magma_veins.lua Initial stab at volcano mapgen 2018-11-03 15:38:55 -06:00
mod.conf Initial commit 2017-04-08 20:16:07 -06:00
README.md switch readme to markdown 2018-05-27 09:51:39 -06:00
screenshot.png add screenshot 2017-04-08 20:45:53 -06:00
settingtypes.txt more volcano options, also add soil cooking 2018-11-08 23:08:48 -07:00
volcanoes.lua more volcano options, also add soil cooking 2018-11-08 23:08:48 -07: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 adds magma conduits that thread through the ground like a second vertically-oriented cave system.

It also has the following optional features, configurable via settings:

  • Removes default mapgen lava (it leaves the empty caves behind)
  • 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
  • Adds "glowing rock" that forms from stone and obsidian adjacent to magma, providing a brief warning to miners that they're about to hit trouble.

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.