1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-10 20:50:22 +02:00

ensure that digiline single actually only crafts one set

this only bears effect if craft_time should ever be changed
This commit is contained in:
Luke aka SwissalpS 2023-06-11 03:28:26 +02:00
parent 89d997d6bb
commit c0560beebb

View File

@ -442,7 +442,7 @@ minetest.register_node("pipeworks:autocrafter", {
start_crafter(pos)
end
elseif msg == "single" then
run_autocrafter(pos,1)
run_autocrafter(pos, craft_time)
end
end,
},