Made conductor tubes cheaper.
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 16 Jun 2013 14:02:14 +0000 (10:02 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 16 Jun 2013 14:02:14 +0000 (10:02 -0400)
crafts.lua
img/CraftConductorTube.png [new file with mode: 0644]
img/CraftDetectorTube.png

index 1a2dde17a90e1075b4d41f55924703d0bd9cd0f9..ddc4f9d1ce960d759a3eee2a3b0495f784166c6d 100644 (file)
@@ -208,7 +208,7 @@ if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == ni
        })
 
        minetest.register_craft( {
-               output = "pipeworks:detector_tube_off_000000 2",
+               output = "pipeworks:conductor_tube_off_000000 12",
                recipe = {
                        { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
                        { "mesecons:mesecon", "mesecons:mesecon", "mesecons:mesecon" },
@@ -216,6 +216,15 @@ if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == ni
                },
        })
 
+       minetest.register_craft( {
+               output = "pipeworks:detector_tube_off_000000 2",
+               recipe = {
+                       { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
+                       { "mesecons:mesecon", "mesecons_materials:silicon", "mesecons:mesecon" },
+                       { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" }
+               },
+       })
+
        minetest.register_craft( {
                output = "pipeworks:accelerator_tube_000000 2",
                recipe = {
diff --git a/img/CraftConductorTube.png b/img/CraftConductorTube.png
new file mode 100644 (file)
index 0000000..f419fea
Binary files /dev/null and b/img/CraftConductorTube.png differ
index 1331bba08ecbdbd16d9cc8e3f090eecdb1f51ac2..f2d1e570457ed9ded2d20677a341a57a40d3bb9c 100644 (file)
Binary files a/img/CraftDetectorTube.png and b/img/CraftDetectorTube.png differ