diff options
-rw-r--r-- | crafts.lua | 11 | ||||
-rw-r--r-- | img/CraftConductorTube.png | bin | 0 -> 9197 bytes | |||
-rw-r--r-- | img/CraftDetectorTube.png | bin | 3627 -> 9087 bytes |
3 files changed, 10 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..f419fea --- /dev/null +++ b/img/CraftConductorTube.png diff --git a/img/CraftDetectorTube.png b/img/CraftDetectorTube.png Binary files differindex 1331bba..f2d1e57 100644 --- a/img/CraftDetectorTube.png +++ b/img/CraftDetectorTube.png |