From b197d29bef365947d0f288287ebaf09fab07cd86 Mon Sep 17 00:00:00 2001 From: Jeija Date: Mon, 13 Aug 2012 13:12:19 +0200 Subject: Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on) --- mesecons_blinkyplant/init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'mesecons_blinkyplant') diff --git a/mesecons_blinkyplant/init.lua b/mesecons_blinkyplant/init.lua index b8abac7..949e291 100644 --- a/mesecons_blinkyplant/init.lua +++ b/mesecons_blinkyplant/init.lua @@ -26,9 +26,6 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant_on", { drop='"mesecons_blinkyplant:blinky_plant_off" 1', light_source = LIGHT_MAX-7, description = "Blinky Plant", - after_dig_node = function(pos) - mesecon:receptor_off(pos) - end, selection_box = { type = "fixed", fixed = {-0.1, -0.5, -0.1, 0.1, -0.5+0.6, 0.1}, -- cgit v1.2.3