Maciej Kasatkin
2012-09-11 243028dfd5679769c86a1f0bff8ad1c18bc6e2ed
Added craftin recipes for pneumatic tubes
1 files modified
9 ■■■■■ changed files
items.lua 9 ●●●●● patch | view | raw | blame | history
items.lua
@@ -8,4 +8,13 @@
    description = "Doped Silicon Wafer",
    inventory_image = "technic_doped_silicon_wafer.png",
    on_place_on_ground = minetest.craftitem_place_item,
})
minetest.register_craft({
    output = 'pipeworks:tube_000000 8',
    recipe = {
        {'technic:stainless_steel_ingot', 'default:glass', 'technic:stainless_steel_ingot'},
        {'technic:stainless_steel_ingot', 'default:glass', 'technic:stainless_steel_ingot'},
        {'technic:stainless_steel_ingot', 'default:glass', 'technic:stainless_steel_ingot'},
    }
})