summaryrefslogtreecommitdiff
path: root/crafts.lua
diff options
context:
space:
mode:
authorTim <idn.inbox@yahoo.com>2014-03-28 20:57:54 +0100
committerTim <idn.inbox@yahoo.com>2014-03-28 20:57:54 +0100
commitd6d513d0f89d40d821c321e4bc3333c4e5730bc3 (patch)
tree0ee529514c7d225c391cc284732c7ff4d10fdd7f /crafts.lua
parentdf4d0a08d0fe5e625a469a9bb383e88742ebef75 (diff)
downloadpipeworks-d6d513d0f89d40d821c321e4bc3333c4e5730bc3.tar
pipeworks-d6d513d0f89d40d821c321e4bc3333c4e5730bc3.tar.gz
pipeworks-d6d513d0f89d40d821c321e4bc3333c4e5730bc3.tar.bz2
pipeworks-d6d513d0f89d40d821c321e4bc3333c4e5730bc3.tar.xz
pipeworks-d6d513d0f89d40d821c321e4bc3333c4e5730bc3.zip
change the decorative grating recipe to something more unique, fixes #58
Diffstat (limited to 'crafts.lua')
-rw-r--r--crafts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crafts.lua b/crafts.lua
index da31a8e..97e9595 100644
--- 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" }
},
})