Fix wires not connecting to nodes using digilines def (#68)

This commit is contained in:
OgelGames
2021-01-22 03:47:55 +11:00
committed by GitHub
parent dc6cc0b04a
commit ff525c09a4
6 changed files with 12 additions and 16 deletions

View File

@ -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