mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update builtin/mainmenu/dlg_create_world.lua
Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
parent
9d5bdfe158
commit
b55fdb48dc
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ local mapgens_descriptions = {
|
||||||
v5 = fgettext("Old mapgen."),
|
v5 = fgettext("Old mapgen."),
|
||||||
flat = fgettext("Flat world terrain"),
|
flat = fgettext("Flat world terrain"),
|
||||||
fractal = fgettext("Wold with fractal structure."),
|
fractal = fgettext("Wold with fractal structure."),
|
||||||
singlenode = fgettext("Empty world, use for lua defined mapgens."),
|
singlenode = fgettext("Empty world, commonly used for Lua-defined mapgens"),
|
||||||
v6 = fgettext("Simple mapgen with few features, not recommended."),
|
v6 = fgettext("Simple mapgen with few features, not recommended."),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue