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:
parent
89d997d6bb
commit
c0560beebb
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user