From 7f5eaac5c35d4c26d566b39a45e93c4582712b90 Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 30 Apr 2020 00:44:04 -0500 Subject: Add channel copier --- noteblock.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'noteblock.lua') diff --git a/noteblock.lua b/noteblock.lua index 5bd0883..80c4936 100644 --- a/noteblock.lua +++ b/noteblock.lua @@ -21,6 +21,7 @@ minetest.register_node("digistuff:noteblock", { tiles = { "mesecons_noteblock.png" }, + _digistuff_channelcopier_fieldname = "channel", on_receive_fields = function(pos, formname, fields, sender) local name = sender:get_player_name() if minetest.is_protected(pos,name) and not minetest.check_player_privs(name,{protection_bypass=true}) then -- cgit v1.2.3