mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add short description for disabled texture packs
This commit is contained in:
parent
028c9f899f
commit
fa7fe40509
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ local function get_formspec(tabview, name, tabdata)
|
||||||
if current_texture_path == "" then
|
if current_texture_path == "" then
|
||||||
retval = retval ..
|
retval = retval ..
|
||||||
render_texture_pack_list(list) ..
|
render_texture_pack_list(list) ..
|
||||||
";" .. index .. "]"
|
";" .. index .. "]" ..
|
||||||
|
"textarea[0.6,2.85;3.7,1.5;;" ..
|
||||||
|
fgettext("Default textures will be used.") ..
|
||||||
|
";]"
|
||||||
return retval
|
return retval
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue