From b50839f345512ccb1e60c476b253bdb7bb9fe1d1 Mon Sep 17 00:00:00 2001 From: AFCMS Date: Tue, 1 Jun 2021 14:52:22 +0200 Subject: [PATCH] fix drop --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 1e175bd..8d8a202 100644 --- a/init.lua +++ b/init.lua @@ -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,