mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 15:30:22 +02:00
Fix wires not connecting to nodes using digilines
def (#68)
This commit is contained in:
@ -97,7 +97,7 @@ minetest.register_node("digilines:chest", {
|
||||
minetest.get_meta(pos):set_string("channel",fields.channel)
|
||||
end
|
||||
end,
|
||||
digiline = {
|
||||
digilines = {
|
||||
receptor = {},
|
||||
effector = {
|
||||
action = function() end
|
||||
|
Reference in New Issue
Block a user