| Commit message (Collapse) | Author | Age |
|
|
|
| |
.conf
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also rewrite mapgen registration for static initialization
|
|
|
|
|
| |
Add minetest.get_mapgen_params()
Deprecate minetest.register_on_mapgen_init()
|
|
|
|
|
| |
Fixes #1807: When the server list finishes downloading, the local server
list resets in certain conditions
|
| |
|
|
|
|
| |
under CC BY 3.0
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
set_metadata
|
| |
|
| |
|
|
|
|
| |
(fixes #1960)
|
| |
|
|
|
|
|
| |
Also set default height_min/height_max to -31000 and 31000,
respectively, for ore and biomes
|
| |
|
|
|
|
| |
node. Add water top depth and shore height parameters. Remove water dust node
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
lines into correct sections. Remove finite liquid reference. Make indentation consistent
|
| |
|
| |
|
|
|
|
|
|
| |
lines. Make more consistent
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
|
|
|
|
| |
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting
Additionally, liquid_loop_max now defaults to 100000
|
| |
|
| |
|