From ee83eb4b4a37752c4bc12244ebd94bc334c9a7b5 Mon Sep 17 00:00:00 2001 From: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:31:43 -0500 Subject: [PATCH] Add missing "Y" to string in 3D noise settings --- builtin/common/settings/dlg_change_mapgen_flags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/common/settings/dlg_change_mapgen_flags.lua b/builtin/common/settings/dlg_change_mapgen_flags.lua index 348b23a80e..547cb981f6 100644 --- a/builtin/common/settings/dlg_change_mapgen_flags.lua +++ b/builtin/common/settings/dlg_change_mapgen_flags.lua @@ -69,7 +69,7 @@ local function get_formspec(dialogdata) fgettext("This is also the scale of the largest structures in the $1 direction of the noise.", "X")}) if dimension == 3 then add_field(3.6, "te_spready", fgettext("$1 spread", "Y"), t[4], { - fgettext("Scales the noise in the $1 axis by this value."), + fgettext("Scales the noise in the $1 axis by this value.", "Y"), fgettext("This is also the scale of the largest structures in the $1 direction of the noise.", "Y")}) else fields[#fields + 1] = "label[4," .. height - 0.2 .. ";" ..