projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74cf474
)
Added crafting recipe for Injector
author
RealBadAngel
<mk@realbadangel.pl>
Sun, 3 Feb 2013 12:02:22 +0000
(13:02 +0100)
committer
RealBadAngel
<mk@realbadangel.pl>
Sun, 3 Feb 2013 12:02:22 +0000
(13:02 +0100)
technic/injector.lua
patch
|
blob
|
history
diff --git
a/technic/injector.lua
b/technic/injector.lua
index 06917772fa66f6b60cd10d792082aae339ab9981..4cc6066cdf5a9d826f7d8c107b2273f184e8c9a2 100644
(file)
--- a/
technic/injector.lua
+++ b/
technic/injector.lua
@@
-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",