From e64994d473fce07b2a92bd86a85c6d118ae8ff7d Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Sat, 06 Jul 2013 00:17:56 +0200
Subject: [PATCH] Fix a bug when digging up a small cube light. Fix the power radiator so that it reacts correcty when power is lost. Add punch feature to toggle all attached appliances.

---
 technic/lighting.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/lighting.lua b/technic/lighting.lua
index 1d4b45f..546e42c 100644
--- a/technic/lighting.lua
+++ b/technic/lighting.lua
@@ -488,7 +488,7 @@
 	sounds = default.node_sound_wood_defaults(),
 
 	groups = { snappy = 3, not_in_creative_inventory=1},
-	drop="technic:homedecor_glowlight_cube_yellow",
+	drop="technic:homedecor_glowlight_small_cube_yellow",
 	on_place = function(itemstack, placer, pointed_thing)
 		technic_homedecor_rotate_and_place(itemstack, placer, pointed_thing)
 		return itemstack
@@ -569,7 +569,7 @@
 	sounds = default.node_sound_wood_defaults(),
 
 	groups = { snappy = 3, not_in_creative_inventory=1},
-	drop="technic:homedecor_glowlight_cube_white",
+	drop="technic:homedecor_glowlight_small_cube_white",
 	on_place = function(itemstack, placer, pointed_thing)
 		technic_homedecor_rotate_and_place(itemstack, placer, pointed_thing)
 		return itemstack

--
Gitblit v1.8.0