1
0
Fork 0
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:
Xeno333 2025-06-22 09:07:23 -05:00 committed by GitHub
parent 60afab8871
commit 9d5bdfe158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ local mapgens_descriptions = {
valleys = fgettext("Large valleys with complex terrain and rivers."), valleys = fgettext("Large valleys with complex terrain and rivers."),
carpathian = fgettext("Realistic looking world with vast plains."), carpathian = fgettext("Realistic looking world with vast plains."),
v5 = fgettext("Old mapgen."), v5 = fgettext("Old mapgen."),
flat = fgettext("World Flat 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, use for lua defined mapgens."),
v6 = fgettext("Simple mapgen with few features, not recommended."), v6 = fgettext("Simple mapgen with few features, not recommended."),