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

@@ -34,8 +34,8 @@ end
local chestAdapter = ChestAdapter({ direction = 'west', wrapSide = 'back' })
local turtleChestAdapter = ChestAdapter({ direction = 'up', wrapSide = 'bottom' })
local RESOURCE_FILE = 'usr/etc/resources.db'
local RECIPES_FILE = 'sys/etc/recipes.db'
local RESOURCE_FILE = 'usr/config/resources.db'
local RECIPES_FILE = 'usr/etc/recipes.db'
local jobListGrid
local craftingPaused = false