From 08acacba06a39d85e1bb9f16b7e7c9003ed6e6af Mon Sep 17 00:00:00 2001
From: Kyle <khonkhortisan@gmail.com>
Date: Thu, 21 Feb 2013 20:38:34 +0100
Subject: [PATCH] Remove the original only after creating the copy so players don't fall through moving frames

---
 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