From 37d9d94c44cbadc7e6550efc22612c7c605a9040 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Wed, 19 Jun 2013 00:24:37 +0200
Subject: [PATCH] Added case study of radiated power through inductive coils.

---
 technic/generator.lua |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/technic/generator.lua b/technic/generator.lua
index c8ac802..ae899a6 100644
--- a/technic/generator.lua
+++ b/technic/generator.lua
@@ -137,12 +137,13 @@
 						(percent)..":default_furnace_fire_fg.png]"..
 				"list[current_player;main;0,5;8,4;]"
 				)
-				
+
 	if burn_time==0 then
 		hacky_swap_node (pos,"technic:generator")
 	end
-		
 
 	end
 }) 
 
+register_LV_machine ("technic:generator","PR")
+register_LV_machine ("technic:generator_active","PR")

--
Gitblit v1.8.0