Liquid Sensor Component
Opened this issue · 0 comments
CoderCow commented
If the sensor is in its "off" state, sends 1 and switches to its "on" state if an adjacent tile contains any liquid over more than one seconds.
If the sensor is in its "on" state, sends 0 if all adjacent tiles around it contain no more liquid.
Suggested Modifiers:
1 - Works for water only.
2 - Works for lava only.
No idea what block type / spirte to take for this component though.