From 79ba8cabc3eb34d606761f5a219b6017cbd4b8da Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sun, 2 May 2021 22:45:55 +1000 Subject: [PATCH] Fix drop of `scifi_nodes:digicode_on` --- digicode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digicode.lua b/digicode.lua index 174b9b7..8c9259b 100644 --- a/digicode.lua +++ b/digicode.lua @@ -122,7 +122,7 @@ minetest.register_node("scifi_nodes:digicode_on", { paramtype2 = "wallmounted", light_source = 5, groups = {cracky=1, oddly_breakable_by_hand=1, not_in_creative_inventory=1, mesecon_needs_receiver = 1}, - drop = {items = {"scifi_nodes:digicode_off"}}, + drop = "scifi_nodes:digicode_off", mesecons = { receptor = { state = (has_mesecons and mesecon.state.on)