diff options
author | root <root@linuxworks.belug.de> | 2017-11-11 11:26:39 +0100 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2017-11-11 11:26:39 +0100 |
commit | aee5397c713c84ac37d85d55c14122f5214eac3b (patch) | |
tree | 4055f32fab07863ead3c292d2077eccf1235c574 /crafts.lua | |
parent | 31a6107b82ba1373289423b414b54b2818e61f3c (diff) | |
parent | 8fa259c93fbef467822f710a33537a76f608b7cb (diff) |
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
Diffstat (limited to 'crafts.lua')
-rw-r--r-- | crafts.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ minetest.register_craft( { }) minetest.register_craft( { + output = "pipeworks:straight_pipe_empty 3", + recipe = { + { "pipeworks:pipe_1_empty", "pipeworks:pipe_1_empty", "pipeworks:pipe_1_empty" }, + }, +}) + +minetest.register_craft( { output = "pipeworks:spigot 3", recipe = { { "pipeworks:pipe_1_empty", "" }, |