{solved}showing signals on a hiden entity
Posted: Sun Jul 15, 2018 12:14 pm
For my mod "power combinator" I want to show the circuit signals in an invisible entity to the player
I tried to set player.selected = entity to simulate the player hovering the mouse over the entity but this only sets the selected entity for a few milliseconds.
Does anyone know a way to do this? if possible I'd like to avoid reading all signal myself to show them in my GUI
I tried to set player.selected = entity to simulate the player hovering the mouse over the entity but this only sets the selected entity for a few milliseconds.
Does anyone know a way to do this? if possible I'd like to avoid reading all signal myself to show them in my GUI