l10n update

This commit is contained in:
Brevven 2022-01-05 22:55:27 -08:00
parent 8bfb79301c
commit 75e37ec7b2
5 changed files with 118 additions and 18 deletions

6
me.lua
View file

@ -35,4 +35,10 @@ if me.get_setting(me.name.."-recipe-bypass") then
end
end
function me.add_modified(name)
if me.get_setting(me.name.."-list") then
table.insert(me.list, name)
end
end
return me