mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Fix another minor mistake
This commit is contained in:
parent
5b32dab7b5
commit
99a6c12493
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ local function get_formspec(dialogdata)
|
||||||
-- First row
|
-- First row
|
||||||
height = height + 0.3
|
height = height + 0.3
|
||||||
add_field(0.3, "te_offset", fgettext("Offset"), t[1], {fgettext("This value offsets the final noise.")})
|
add_field(0.3, "te_offset", fgettext("Offset"), t[1], {fgettext("This value offsets the final noise.")})
|
||||||
add_field(3.6, "te_scale", fgettext("Scale"), t[2], {fgettext("This value multiplied with the noise before the offset is added.")})
|
add_field(3.6, "te_scale", fgettext("Scale"), t[2], {fgettext("This value is multiplied with the noise before the offset is added.")})
|
||||||
add_field(6.9, "te_seed", fgettext("Seed"), t[6], {
|
add_field(6.9, "te_seed", fgettext("Seed"), t[6], {
|
||||||
fgettext("This value acts as a random seed for the noise. The same seed results in the same noise.")})
|
fgettext("This value acts as a random seed for the noise. The same seed results in the same noise.")})
|
||||||
height = height + 1.1
|
height = height + 1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue