Update skeletonFarm.lua
This commit is contained in:
parent
b931ff64ff
commit
d3265f494d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
local robot = require("robot")
|
local robot = require("robot")
|
||||||
local component = require("component")
|
local component = require("component")
|
||||||
|
local shell = require("shell")
|
||||||
local magnet = component.tractor_beam
|
local magnet = component.tractor_beam
|
||||||
local inv = component.inventory_controller
|
local inv = component.inventory_controller
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue