Fix incorrect power transmission of buttons
This commit is contained in:
parent
f612d1b584
commit
4f9be58871
5 changed files with 100 additions and 68 deletions
|
@ -16,7 +16,9 @@ local rotate_torch_rules = function (rules, param2)
|
|||
end
|
||||
end
|
||||
|
||||
local torch_get_output_rules = mesecon.rules.alldirs
|
||||
local torch_get_output_rules = function()
|
||||
return mesecon.rules.mcl_alldirs_spread
|
||||
end
|
||||
|
||||
local torch_get_input_rules = function(node)
|
||||
local rules = {{x = -2, y = 0, z = 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue