From 9a0d3f216619b84dd818aff94efb6738de9b7622 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Thu, 04 Jul 2013 21:33:27 +0200
Subject: [PATCH] Forcefield now working with updated power scheme.

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

diff --git a/technic/init.lua b/technic/init.lua
index abe0439..3978aa9 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -51,7 +51,7 @@
 dofile(modpath.."/solar_array_mv.lua")
 dofile(modpath.."/electric_furnace_mv.lua")
 dofile(modpath.."/alloy_furnace_mv.lua")
---dofile(modpath.."/forcefield.lua")
+dofile(modpath.."/forcefield.lua")
 ---- The power radiator supplies appliances with inductive coupled power:
 ---- lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
 dofile(modpath.."/power_radiator.lua")

--
Gitblit v1.8.0