reorganization

This commit is contained in:
kepler155c
2017-09-15 00:45:05 -04:00
parent b435fe47fc
commit c2491f53a8
5 changed files with 335 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ local state = Util.readTable('usr/config/treefarm') or {
}
local clock = os.clock()
local recipes = Util.readTable('sys/etc/recipes.db') or { }
local recipes = Util.readTable('usr/etc/recipes.db') or { }
Craft.setRecipes(recipes)