From 7f2be244f2f7f2497cba33ba1e2bd5a599f23bfb Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Tue, 07 May 2013 22:34:06 +0200
Subject: [PATCH] Add textures for active mode of CNC. Correct two typing bug in battery_box.lua

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

diff --git a/technic/solar_panel.lua b/technic/solar_panel.lua
index 02a8f69..93f2b63 100644
--- a/technic/solar_panel.lua
+++ b/technic/solar_panel.lua
@@ -73,4 +73,6 @@
 			meta:set_float("active",0)
 		end
 	end,
-}) 
\ No newline at end of file
+}) 
+
+register_LV_machine ("technic:solar_panel","PR")

--
Gitblit v1.8.0