Made conductor tubes cheaper.

This commit is contained in:
Vanessa Ezekowitz 2013-06-16 10:02:14 -04:00
parent ada718fc42
commit 4247f2d61b
3 changed files with 10 additions and 1 deletions

View 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 = {

BIN
img/CraftConductorTube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB