summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-06-16 10:02:14 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-06-16 10:02:14 -0400
commit4247f2d61be72c210596f3e8e10eaf221877be86 (patch)
tree5c2fd308ad37b3af15a04a2d706f1e351d233834
parentada718fc4211d89d1c00c353252ba4ef7f728fa0 (diff)
downloadpipeworks-4247f2d61be72c210596f3e8e10eaf221877be86.tar
pipeworks-4247f2d61be72c210596f3e8e10eaf221877be86.tar.gz
pipeworks-4247f2d61be72c210596f3e8e10eaf221877be86.tar.bz2
pipeworks-4247f2d61be72c210596f3e8e10eaf221877be86.tar.xz
pipeworks-4247f2d61be72c210596f3e8e10eaf221877be86.zip
Made conductor tubes cheaper.
-rw-r--r--crafts.lua11
-rw-r--r--img/CraftConductorTube.pngbin0 -> 9197 bytes
-rw-r--r--img/CraftDetectorTube.pngbin3627 -> 9087 bytes
3 files changed, 10 insertions, 1 deletions
diff --git a/crafts.lua b/crafts.lua
index 1a2dde1..ddc4f9d 100644
--- a/crafts.lua
+++ b/crafts.lua
@@ -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" },
@@ -217,6 +217,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 = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
diff --git a/img/CraftConductorTube.png b/img/CraftConductorTube.png
new file mode 100644
index 0000000..f419fea
--- /dev/null
+++ b/img/CraftConductorTube.png
Binary files differ
diff --git a/img/CraftDetectorTube.png b/img/CraftDetectorTube.png
index 1331bba..f2d1e57 100644
--- a/img/CraftDetectorTube.png
+++ b/img/CraftDetectorTube.png
Binary files differ