Commit Graph

29 Commits

Author SHA1 Message Date
FaceDeer
33f421acdf removal of mapgen lava from biome definitions v1.0.1 2021-03-26 01:12:19 -06:00
FaceDeer
d4f6f34f30 had to change namegen's name to avoid a collision on ContentDB 2020-11-22 16:26:12 -07:00
Louis Royer
ea586b42b6
Add french translation (#8)
Also adds ability to provide translation in `make_hot_node_def` api because in
some languages, `Hot @1` translation may varies depending on values of
`@1` (example, in french `Hot stone` -> `Roche chaude`, `Hot sand` ->
`Sable chaud`).
2020-03-07 15:15:02 -07:00
FaceDeer
60a14caf26 update template.txt 2020-03-02 20:32:04 -07:00
FaceDeer
47f4a38257 switch to built-in translator, remove redundant chime sound 2020-02-16 01:27:19 -07:00
FaceDeer
5e02e17c83 make mapping kit requirements more flexible v1.0 2020-01-31 13:53:34 -07:00
FaceDeer
66d191c7cd swap out deprecated functions for current ones 2020-01-30 18:06:24 -07:00
FaceDeer
cb8a959cc5 a few more words 2020-01-26 21:26:54 -07:00
FaceDeer
ed6507c756 update readme with namegen link 2020-01-25 20:30:40 -07:00
FaceDeer
0197eaf1de
add namegen and named_waypoint support (#7)
* initial pass at naming volcanoes

* pull in some chat commands from settlements too

* pulled hud code out into a separate library mod

* add color to active volcanoes

* settings

* add option to disable HUD waypoints

* add some more name components
2020-01-25 21:28:13 -06:00
David Leal
6db6f183c6 Use mod.conf for dependencies and description (#6)
Deletes deprecated 'depends.txt' and 'description.txt'.
2020-01-23 17:47:20 -06:00
FaceDeer
4e3bf5b442 guard against a nil biomemap 2019-07-28 04:15:29 -06:00
FaceDeer
6623ebecf9 add a method other mods can use to create hot rock variants easily 2019-07-07 12:33:53 -06:00
FaceDeer
9a21f59d29 let player know explicitly if there's no nearby volcanoes 2018-12-31 01:20:32 -07:00
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
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