projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4d0a0
)
change the decorative grating recipe to something more unique, fixes #58
author
Tim
<idn.inbox@yahoo.com>
Fri, 28 Mar 2014 19:57:54 +0000
(20:57 +0100)
committer
Tim
<idn.inbox@yahoo.com>
Fri, 28 Mar 2014 19:57:54 +0000
(20:57 +0100)
crafts.lua
patch
|
blob
|
history
diff --git
a/crafts.lua
b/crafts.lua
index da31a8e87a21ccd7a7f1dc79998b920c795eb908..97e9595534e0597d8a5350990b78cf7b14900b7c 100644
(file)
--- a/
crafts.lua
+++ b/
crafts.lua
@@
-59,7
+59,7
@@
minetest.register_craft( {
output = "pipeworks:grating 2",
recipe = {
{ "default:steel_ingot", "", "default:steel_ingot" },
- { "", "
default:steel_ingot
", "" },
+ { "", "
pipeworks:pipe_1_empty
", "" },
{ "default:steel_ingot", "", "default:steel_ingot" }
},
})