mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-02 00:20:23 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d49364a98 | |||
e72b839eae |
@ -1599,8 +1599,10 @@ local function get_items_fs(fs, data, player, full_height)
|
||||
fs"style_type[label;font=bold;font_size=20]"
|
||||
label(X + 0.65, Y + 0.7, expand and "-" or "+")
|
||||
fs"style_type[label;font=normal;font_size=16]"
|
||||
elseif true_str(name) then
|
||||
fs(get_tooltip(name, {}, data.lang_code))
|
||||
else
|
||||
if true_str(name) then
|
||||
fs(get_tooltip(name, {}, data.lang_code))
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user