Add receivers, insulated digilines, and vertical digilines

This commit is contained in:
cheapie
2019-05-27 18:28:00 -05:00
parent 0e61a770c9
commit 6e3f9d4c11
9 changed files with 551 additions and 33 deletions

View File

@@ -1,6 +1,8 @@
digistuff = {}
local components = {
"internal",
"conductors",
"touchscreen",
"light",
"noteblock",
@@ -9,7 +11,6 @@ local components = {
"panel",
"piezo",
"detector",
"conductors",
"piston",
}
for _,name in ipairs(components) do