se core mining setting

This commit is contained in:
Brevven 2023-03-26 00:59:03 -07:00
parent 8770704dc1
commit 18f11ec068
8 changed files with 41 additions and 13 deletions

4
me.lua
View file

@ -16,6 +16,10 @@ function me.alchemy()
return me.get_setting("bzgold-alchemy")
end
function me.core_mining()
return me.get_setting("bzgold-se-core-mining")
end
function me.byproduct()
return me.get_setting("bzgold-byproduct") and not me.get_setting("bz-no-byproduct")
end