possibly necessary somehow
This commit is contained in:
parent
5be4a63b6b
commit
2f012e3d3d
@ -193,6 +193,7 @@ local function server(command)
|
|||||||
local raw_item = peripheral.call(conf.buffer_internal, "getItemMeta", BUFFER_IN_SLOT)
|
local raw_item = peripheral.call(conf.buffer_internal, "getItemMeta", BUFFER_IN_SLOT)
|
||||||
if not raw_item then return end
|
if not raw_item then return end
|
||||||
local item = w.to_wyvern_item(raw_item)
|
local item = w.to_wyvern_item(raw_item)
|
||||||
|
if not item then return end
|
||||||
|
|
||||||
w.join(item, cache(item, peripheral.wrap(conf.buffer_internal), BUFFER_IN_SLOT))
|
w.join(item, cache(item, peripheral.wrap(conf.buffer_internal), BUFFER_IN_SLOT))
|
||||||
local space_locations = find_space(item) -- command contains item-related stuff
|
local space_locations = find_space(item) -- command contains item-related stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user