From 8e03d7ded6441b26e9d44102c0cd2ee39f9e90bc Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sun, 30 Jun 2013 07:12:02 +0200
Subject: [PATCH] Sync with indev branch, bump version to 0.4.7

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

diff --git a/technic/sonic_screwdriver.lua b/technic/sonic_screwdriver.lua
index 523b253..97ec446 100644
--- a/technic/sonic_screwdriver.lua
+++ b/technic/sonic_screwdriver.lua
@@ -52,7 +52,7 @@
 minetest.register_craft({
 	output = "technic:sonic_screwdriver",
 	recipe = {
-		{"technic:diamond"},
+		{"default:diamond"},
 		{"technic:battery"},
 		{"technic:stainless_steel_ingot"}
 		}

--
Gitblit v1.8.0