mirror of
https://github.com/minetest-mods/i3.git
synced 2024-12-24 18:00:38 +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
|
||||
for _, v in ipairs(i3.minitabs) do
|
||||
if v.name == "Nodes" then
|
||||
if v.name == "nodes" then
|
||||
insert(cat, {"node", "nodes only"})
|
||||
end
|
||||
|
||||
if v.name == "Items" then
|
||||
if v.name == "items" then
|
||||
insert(cat, {"item", "items only"})
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user