RealBadAngel
2013-02-03 91cdd1694a8c06277dfbb1ce8d194f26f9013355
Added crafting recipe for Injector
1 files modified
10 ■■■■■ changed files
technic/injector.lua 10 ●●●●● patch | view | raw | blame | history
technic/injector.lua
@@ -3,6 +3,16 @@
    stack_max = 99,
})
minetest.register_craft({
    output = 'technic:injector 1',
    recipe = {
        {'', 'technic:control_logic_unit',''},
        {'', 'default:chest',''},
        {'', 'pipeworks:tube_000000',''},
    }
})
minetest.register_node("technic:injector", {
    description = "Injector",
    tiles = {"technic_injector_top.png", "technic_injector_bottom.png", "technic_injector_side.png",