mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-10 20:40:27 +01:00
More readable variant (exploded to multiline)
This commit is contained in:
parent
2694995759
commit
237c93a396
|
@ -13,7 +13,10 @@ local run = function(pos, node, run_name)
|
|||
local demand = 10000
|
||||
local remain = 0.9
|
||||
|
||||
if run_name == "RE" then return end -- do not run TWICE (it is PR-RE machine), save lua cycles
|
||||
if run_name == "RE" then
|
||||
-- do not run TWICE (it is PR-RE machine), save lua cycles
|
||||
return
|
||||
end
|
||||
|
||||
-- Machine information
|
||||
local machine_name = S("Supply Converter")
|
||||
|
|
Loading…
Reference in New Issue
Block a user