-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.lua
More file actions
39 lines (39 loc) · 1.33 KB
/
Copy pathcomponents.lua
File metadata and controls
39 lines (39 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
component = require("component")
abstract_bus = component.abstract_bus
access_point = component.access_point
chunkloader = component.chunkloader
computer = component.computer
crafting = component.crafting
data_card = component.data_card
database = component.database
debug = component.debug
drone = component.drone
drive = component.drive
eeprom = component.eeprom
experience = component.experience
filesystem = component.filesystem
generator = component.generator
geolyzer = component.geolyzer
gpu = component.gpu
hologram = component.hologram
internet = component.internet
inventory = component.inventory
controller = component.controller
leash = component.leash
microcontroller = component.microcontroller
modem = component.modem
motion_sensor = component.motion_sensor
navigation = component.navigation
net = component.net
splitter = component.splitter
piston = component.piston
redstone = component.redstone
robot = component.robot
screen = component.screen
sign = component.sign
tank_controller = component.tank_controller
tractor = component.tractor
beam = component.beam
transposer = component.transposer
tunnel = component.tunnel
world_sensor = component.world_sensor