summaryrefslogtreecommitdiff
path: root/technic/sonic_screwdriver.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/sonic_screwdriver.lua')
-rw-r--r--technic/sonic_screwdriver.lua2
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_tool("technic:sonic_screwdriver", {
minetest.register_craft({
output = "technic:sonic_screwdriver",
recipe = {
- {"technic:diamond"},
+ {"default:diamond"},
{"technic:battery"},
{"technic:stainless_steel_ingot"}
}