Added crafting recipe for Injector

This commit is contained in:
RealBadAngel 2013-02-03 13:02:22 +01:00
parent 74cf4746be
commit 91cdd1694a
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,16 @@ minetest.register_craftitem("technic:injector", {
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",