crafting efficiency

This commit is contained in:
Brevven 2023-01-16 19:22:37 -08:00
parent bd88ab6fb1
commit 57adbec0dd
6 changed files with 37 additions and 3 deletions

1
me.lua
View file

@ -2,6 +2,7 @@ local me = {}
me.name = "bzgas"
me.list = {}
me.recipes = {"bakelite", "phenol", "phenol-from-oil"} -- formaldehyde excluded intentionally for theme
function me.finite() -- Krastorio 2
return me.get_setting("kr-finite-oil")