Commit Graph

10 Commits

Author SHA1 Message Date
FaceDeer
665dbe2636
Volcanoes (#2)
* Initial stab at volcano mapgen

* Make caldera conical, randomized size a bit

* remove grass from underwater soil

* add snow, fix some errors in mountain shape calculations

* improved soil and snow generation, more efficient mapgen

* add some configuration for volcanos, and a find volcanoes command for debugging

* enhance findvolcano, chunk sizes limited to multiples of mapblocks

* more volcano options, also add soil cooking

* update readme and screenshot

* cosmetic tweaks, slight change to default slope range

* fixed the mapgen v7 glitch via a horrible hack :(

* fix the need-to-make-changes test

* use biome-defined material to decorate slopes

* apparently set_lighting and calc_lighting are only supposed to be called on mapgen voxelmanipulators

* add magma chambers at the base of the volcano pipe

* fixes to large-scale grid calculations

* remove a line I added for debugging purposes

* bringing back configurable limits now that the bug's been fixed for six months

* generalizing the heating/cooling ABM

* actually turn the cooling material into the targeted material.

* Revert "actually turn the cooling material into the targeted material."

This reverts commit 508e10acc7c3871cc56fb8347e7931e5595b5f54.

* Fix cooling target node type for real

* very strange, abms don't seem to be updating node groups somehow.

* Workaround for Minetest issue #7864

* using minetest.after proved unreliable, trying different approach

* remove the lava cutoff setting, no longer needed now that veins are fixed

* improve findvolcano command

* using the same solution for v7 mapgen bug as for the lava crash

This is still not 100% reliable, but it's still better than the post-gen patching.

* fix randomization of lava depth

* remove debugging

* extinct volcano lava depth wasn't working right either
2018-12-26 02:06:38 -07:00
FaceDeer
ec66452d08 add doc support, remove height settings on account of issue #7364 2018-05-22 00:27:28 -06:00
FaceDeer
dd9779cc9d go straight to hot obsidian lining if that's enabled 2018-05-20 00:53:46 -06:00
FaceDeer
77f15485af fix drops of heated blocks 2018-05-19 19:29:26 -06:00
FaceDeer
e1cc277f98 add heating of adjacent rock 2018-05-18 01:39:19 -06:00
FaceDeer
f28d722f92 remove obsolete code 2018-05-12 17:06:45 -06:00
FaceDeer
70a9f562b7 add obsidian_lining option, clean up mapgen code 2018-05-12 17:03:43 -06:00
FaceDeer
79c500d44f incorrect usage of 'vm:write_to_map(data)' 2017-12-10 17:25:44 -07:00
FaceDeer
db3b9c21ca add configurable upper/lower limits 2017-04-08 20:32:30 -06:00
FaceDeer
24c24314eb Initial commit 2017-04-08 20:16:07 -06:00