Page 1 of 1
Constant Combinator On/Off switch
Posted: Wed Aug 17, 2016 3:23 pm
by justarandomgeek
I'd like to be able to read/set the On/Off switch on a constant combinator via lua. This would allow me to make a "pushbutton" mod that emits single-tick pulses of the configured signal when pressed via a hotkey.
Re: Constant Combinator On/Off switch
Posted: Wed Aug 17, 2016 6:50 pm
by aubergine18
Does the recently added enabled/disabled property of entities handle this?
Re: Constant Combinator On/Off switch
Posted: Wed Aug 17, 2016 6:55 pm
by justarandomgeek
aubergine18 wrote:Does the recently added enabled/disabled property of entities handle this?
RSeding told me on IRC that it's not currently possible. Also,
LuaEntity does not appear to have enabled/disabled?
Re: Constant Combinator On/Off switch
Posted: Thu Aug 18, 2016 2:28 am
by Rseding91
added for 0.13.18.
Re: Constant Combinator On/Off switch
Posted: Thu Aug 18, 2016 7:14 am
by justarandomgeek
Rseding91 wrote:added for 0.13.18.
Thanks!