Typos and stuff

This commit is contained in:
Oversword
2021-03-29 03:59:08 +01:00
parent f287b668b7
commit d2ed87776a
4 changed files with 28 additions and 26 deletions

View File

@ -618,14 +618,15 @@ unified_inventory.add_category_items('lighting', {
"unified_inventory:bag_small",
]]
-- LIST UNCATEGORISED AFTER LOAD
-- minetest.after(5, function ( )
-- local l = {}
-- for name,_ in pairs(minetest.registered_items) do
-- if not unified_inventory.find_category(name) then
-- table.insert(l, name)
-- end
-- end
-- table.sort(l)
-- minetest.log(table.concat(l, '",'.."\n"..'"'))
-- end)
--[[ LIST UNCATEGORIZED AFTER LOAD
minetest.after(5, function ( )
local l = {}
for name,_ in pairs(minetest.registered_items) do
if not unified_inventory.find_category(name) then
table.insert(l, name)
end
end
table.sort(l)
minetest.log(table.concat(l, '",'.."\n"..'"'))
end)
]]