mirror of
https://github.com/minetest-mods/i3.git
synced 2025-01-12 11:10:30 +01:00
Bugfix
This commit is contained in:
parent
84416b130b
commit
ea7140a7bb
@ -1408,11 +1408,11 @@ local function get_header_items_fs(fs, data)
|
|||||||
|
|
||||||
if not recipe_filter_set() then
|
if not recipe_filter_set() then
|
||||||
for _, v in ipairs(i3.minitabs) do
|
for _, v in ipairs(i3.minitabs) do
|
||||||
if v.name == "Nodes" then
|
if v.name == "nodes" then
|
||||||
insert(cat, {"node", "nodes only"})
|
insert(cat, {"node", "nodes only"})
|
||||||
end
|
end
|
||||||
|
|
||||||
if v.name == "Items" then
|
if v.name == "items" then
|
||||||
insert(cat, {"item", "items only"})
|
insert(cat, {"item", "items only"})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user