regressions

This commit is contained in:
kepler155c
2018-01-26 06:36:53 -05:00
parent 1a0bf56b70
commit fcaaf87052
6 changed files with 11 additions and 8 deletions

View File

@@ -742,7 +742,7 @@ if #args < 1 then
error('supply file name')
end
Builder.itemAdapter = Adapter.wrap()
Builder.itemAdapter = Adapter.wrap({ side = 'bottom', direction = 'up' })
if not Builder.itemAdapter then
error('A chest or ME interface must be below turtle')
end