From 4247f2d61be72c210596f3e8e10eaf221877be86 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 16 Jun 2013 10:02:14 -0400 Subject: Made conductor tubes cheaper. --- crafts.lua | 11 ++++++++++- img/CraftConductorTube.png | Bin 0 -> 9197 bytes img/CraftDetectorTube.png | Bin 3627 -> 9087 bytes 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 img/CraftConductorTube.png 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" }, @@ -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 index 0000000..f419fea Binary files /dev/null and b/img/CraftConductorTube.png differ diff --git a/img/CraftDetectorTube.png b/img/CraftDetectorTube.png index 1331bba..f2d1e57 100644 Binary files a/img/CraftDetectorTube.png and b/img/CraftDetectorTube.png differ -- cgit v1.2.3