This commit is contained in:
AFCMS 2021-06-01 14:52:22 +02:00
parent 27286e2298
commit b50839f345

@ -84,6 +84,8 @@ local on_def = table.copy(nodedef)
on_def.tiles = {"mesecons_onlinedetector_online_detector_on.png"}
on_def.drop = "mesecons_onlinedetector:online_detector_off"
on_def.mesecons = {
receptor = {
state = mesecon.state.on,