summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/crafts.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/technic/crafts.lua b/technic/crafts.lua
index f416eee..9545af8 100644
--- a/technic/crafts.lua
+++ b/technic/crafts.lua
@@ -175,9 +175,7 @@ minetest.register_craftitem("technic:nothing", {
minetest.register_craft({
type = "shapeless",
output = "technic:nothing",
- recipe = {
- {"default:copper_ingot", "default:steel_ingot"}
- }
+ recipe = {"default:copper_ingot", "default:steel_ingot"}
})
if minetest.register_craft_predict then