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/init.lua |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/technic/init.lua b/technic/init.lua
index 2248295..6dd7eac 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -40,6 +40,10 @@
 dofile(modpath.."/electric_furnace_mv.lua")
 dofile(modpath.."/alloy_furnace_mv.lua")
 dofile(modpath.."/forcefield.lua")
+-- These two are a concept study: Supplying appliances with inductive coupled power:
+-- lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
+dofile(modpath.."/power_radiator.lua")
+dofile(modpath.."/lighting.lua")
 
 --HV machines
 dofile(modpath.."/wires_hv.lua")

--
Gitblit v1.8.0