Add short description for disabled texture packs

This commit is contained in:
Wuzzy 2016-11-05 18:58:00 +01:00 committed by paramat
parent 028c9f899f
commit fa7fe40509
1 changed files with 4 additions and 1 deletions

View File

@ -63,7 +63,10 @@ local function get_formspec(tabview, name, tabdata)
if current_texture_path == "" then
retval = retval ..
render_texture_pack_list(list) ..
";" .. index .. "]"
";" .. index .. "]" ..
"textarea[0.6,2.85;3.7,1.5;;" ..
fgettext("Default textures will be used.") ..
";]"
return retval
end