summaryrefslogtreecommitdiff
path: root/ioexpander.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2020-04-30 00:44:04 -0500
committercheapie <no-email-for-you@example.com>2020-04-30 00:44:04 -0500
commit7f5eaac5c35d4c26d566b39a45e93c4582712b90 (patch)
tree9171eab3d223ed1dd321f789eaad84c02583b518 /ioexpander.lua
parent69a9304751cfdf784696212fcf4834eba584c584 (diff)
downloaddigistuff-7f5eaac5c35d4c26d566b39a45e93c4582712b90.tar
digistuff-7f5eaac5c35d4c26d566b39a45e93c4582712b90.tar.gz
digistuff-7f5eaac5c35d4c26d566b39a45e93c4582712b90.tar.bz2
digistuff-7f5eaac5c35d4c26d566b39a45e93c4582712b90.tar.xz
digistuff-7f5eaac5c35d4c26d566b39a45e93c4582712b90.zip
Add channel copier
Diffstat (limited to 'ioexpander.lua')
-rw-r--r--ioexpander.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ioexpander.lua b/ioexpander.lua
index 1acfde7..59da390 100644
--- a/ioexpander.lua
+++ b/ioexpander.lua
@@ -118,6 +118,7 @@ for i=0,15,1 do
meta:set_int("don",0)
meta:set_int("outstate",i)
end,
+ _digistuff_channelcopier_fieldname = "channel",
tiles = gettiles(i),
inventory_image = "digistuff_ioexp_top.png",
drawtype = "nodebox",