projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed47ab
)
Fix crash.
author
Novatux
<nathanael.courant@laposte.net>
Sat, 2 Nov 2013 14:44:55 +0000
(15:44 +0100)
committer
Novatux
<nathanael.courant@laposte.net>
Sat, 2 Nov 2013 14:44:55 +0000
(15:44 +0100)
technic/crafts.lua
patch
|
blob
|
history
diff --git
a/technic/crafts.lua
b/technic/crafts.lua
index f416eee1f752b52023aa482da75e2b04d7971f73..9545af8421738b559eadf04147de25340b743789 100644
(file)
--- 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