From 6123493fd73a9c70210eb89274b5690caf562823 Mon Sep 17 00:00:00 2001 From: RealBadAngel <mk@realbadangel.pl> Date: Sun, 03 Feb 2013 19:28:51 +0100 Subject: [PATCH] Added API functions to register LV and MV machines --- technic/geothermal.lua | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/technic/geothermal.lua b/technic/geothermal.lua index 8f3a7d7..93aa423 100644 --- a/technic/geothermal.lua +++ b/technic/geothermal.lua @@ -132,4 +132,7 @@ if node.name=="default:water_source" or node.name=="default:water_flowing" then return 1 end if node.name=="default:lava_source" or node.name=="default:lava_flowing" then return 2 end return 0 -end \ No newline at end of file +end + +register_LV_machine ("technic:geothermal","PR") +register_LV_machine ("technic:geothermal_active","PR") -- Gitblit v1.8.0