From d37cf7d5365837b8e26af2c5fa6abe0d712c6716 Mon Sep 17 00:00:00 2001
From: Jonathan Raphael Joachim Kolberg <bulldog98@freenet.de>
Date: Fri, 19 Jul 2013 10:58:38 +0200
Subject: [PATCH] added a mv grinder

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

diff --git a/technic/tools/sonic_screwdriver.lua b/technic/tools/sonic_screwdriver.lua
index 00922f7..a290c94 100644
--- a/technic/tools/sonic_screwdriver.lua
+++ b/technic/tools/sonic_screwdriver.lua
@@ -1,5 +1,5 @@
 local sonic_screwdriver_max_charge=15000
-technic.register_HV_power_tool ("technic:sonic_screwdriver",sonic_screwdriver_max_charge)
+technic.register_power_tool ("technic:sonic_screwdriver",sonic_screwdriver_max_charge)
 
 minetest.register_tool("technic:sonic_screwdriver", {
 			description = "Sonic Screwdriver",

--
Gitblit v1.8.0