Fix incorrect power transmission of buttons
This commit is contained in:
parent
f612d1b584
commit
4f9be58871
5 changed files with 100 additions and 68 deletions
|
@ -2,7 +2,7 @@
|
|||
-- A button that when pressed emits power for 1 second
|
||||
-- and then turns off again
|
||||
|
||||
local button_get_output_rules = mesecon.rules.buttonlike_get
|
||||
local button_get_output_rules = mesecon.rules.wallmounted_get
|
||||
|
||||
local boxes_off = {
|
||||
type = "wallmounted",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue