1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

digiline → digilines (#156)

This commit is contained in:
The4codeblocks
2025-05-07 13:13:01 -05:00
committed by GitHub
parent c8bccec038
commit 999b43baea
7 changed files with 13 additions and 13 deletions

View File

@ -588,7 +588,7 @@ minetest.register_node("pipeworks:autocrafter", {
return count
end,
on_timer = run_autocrafter,
digiline = {
digilines = {
receptor = {},
effector = {
action = function(pos,node,channel,msg)
@ -625,7 +625,7 @@ minetest.register_node("pipeworks:autocrafter", {
end
local setchan = meta:get_string("channel")
local output = inv:get_stack("output", 1)
digiline:receptor_send(pos, digiline.rules.default, setchan, {
digilines:receptor_send(pos, digilines.rules.default, setchan, {
recipe = recipe,
result = {
name = output:get_name(),