Commit Graph

45 Commits

Author SHA1 Message Date
FaceDeer
43444c12e7 extinct volcano lava depth wasn't working right either 2018-12-26 01:08:27 -07:00
FaceDeer
790dc924ec remove debugging 2018-12-26 00:55:20 -07:00
FaceDeer
a7778641f5 fix randomization of lava depth 2018-12-26 00:51:59 -07:00
FaceDeer
a18c36372e 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.
2018-12-25 23:25:14 -07:00
FaceDeer
5f216d59ac improve findvolcano command 2018-12-25 22:25:26 -07:00
FaceDeer
f300d97686 remove the lava cutoff setting, no longer needed now that veins are fixed 2018-12-25 18:20:49 -07:00
FaceDeer
fe1e69dd48 using minetest.after proved unreliable, trying different approach 2018-12-25 15:08:37 -07:00
FaceDeer
ed9e04d0fb Workaround for Minetest issue #7864 2018-12-25 14:31:47 -07:00
FaceDeer
8cf3557f8b very strange, abms don't seem to be updating node groups somehow. 2018-12-11 22:42:39 -07:00
FaceDeer
03638b7b9a Fix cooling target node type for real 2018-11-20 23:37:19 -07:00
FaceDeer
fff728c4df Revert "actually turn the cooling material into the targeted material."
This reverts commit 508e10acc7c3871cc56fb8347e7931e5595b5f54.
2018-11-20 23:36:08 -07:00
FaceDeer
508e10acc7 actually turn the cooling material into the targeted material. 2018-11-20 23:35:46 -07:00
FaceDeer
9e1cace0da generalizing the heating/cooling ABM 2018-11-20 22:49:44 -07:00
FaceDeer
140628b0c7 bringing back configurable limits now that the bug's been fixed for six months 2018-11-18 17:46:03 -07:00
FaceDeer
7f621e4b92 remove a line I added for debugging purposes 2018-11-16 00:22:02 -07:00
FaceDeer
f5e519bda8 fixes to large-scale grid calculations 2018-11-16 00:05:49 -07:00
FaceDeer
43d9aa36d6 add magma chambers at the base of the volcano pipe 2018-11-15 21:21:05 -07:00
FaceDeer
e749dfe39f apparently set_lighting and calc_lighting are only supposed to be called on mapgen voxelmanipulators 2018-11-13 21:02:18 -07:00
FaceDeer
8fe6a4cd8e use biome-defined material to decorate slopes 2018-11-13 02:56:40 -07:00
FaceDeer
a54f5baed6 fix the need-to-make-changes test 2018-11-11 01:40:22 -07:00
FaceDeer
7728380917 fixed the mapgen v7 glitch via a horrible hack :( 2018-11-11 01:34:32 -07:00
FaceDeer
53bd36f49d cosmetic tweaks, slight change to default slope range 2018-11-09 00:32:44 -07:00
FaceDeer
43e9d5213d update readme and screenshot 2018-11-09 00:23:38 -07:00
FaceDeer
c0ca6ac965 more volcano options, also add soil cooking 2018-11-08 23:08:48 -07:00
FaceDeer
78172cb38b enhance findvolcano, chunk sizes limited to multiples of mapblocks 2018-11-08 17:42:40 -07:00
FaceDeer
b2170d10e2 add some configuration for volcanos, and a find volcanoes command for debugging 2018-11-08 13:13:31 -07:00
FaceDeer
6ccb319dae improved soil and snow generation, more efficient mapgen 2018-11-08 01:19:26 -07:00
FaceDeer
1ce466428f add snow, fix some errors in mountain shape calculations 2018-11-07 00:11:41 -07:00
FaceDeer
1ab474255f remove grass from underwater soil 2018-11-05 07:43:38 -07:00
FaceDeer
c32ae7d384 Make caldera conical, randomized size a bit 2018-11-04 16:44:04 -07:00
FaceDeer
bf6f683211 Initial stab at volcano mapgen 2018-11-03 15:38:55 -06:00
FaceDeer
ffeeb026dc switch readme to markdown 2018-05-27 09:51:39 -06: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
3b45ae3ede mention the glowing rock option 2018-05-19 17:01:13 -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
5d81a21989 update readme with obsidian lining 2018-05-12 17:05:00 -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
96ae0e8750 add screenshot 2017-04-08 20:45:53 -06: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
FaceDeer
5b2b883210 Initial commit 2017-04-08 20:02:59 -06:00