farmer drop items into chest

This commit is contained in:
kepler155c
2018-10-16 22:26:05 -04:00
parent d4296d2b8b
commit 93b1635de2

View File

@@ -14,7 +14,7 @@ local scanner = device['plethora:scanner'] or
turtle.equip('right', 'plethora:module:2') and device['plethora:scanner'] or
error('Plethora scanner required')
local crops = Util.readFile(CONFIG_FILE) or {
local crops = Util.readTable(CONFIG_FILE) or {
['minecraft:wheat'] =
{ seed = 'minecraft:wheat_seeds', mature = 7 },
['minecraft:carrots'] =