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:
acef4b1
)
added a recipe for MESE sand tubes
author
hdastwb
<hdastwb@hdastwb.heliohost.org>
Fri, 19 Jul 2013 21:51:24 +0000
(17:51 -0400)
committer
hdastwb
<hdastwb@hdastwb.heliohost.org>
Fri, 19 Jul 2013 21:51:24 +0000
(17:51 -0400)
technic/items.lua
patch
|
blob
|
history
diff --git
a/technic/items.lua
b/technic/items.lua
index e21b694b9bc6dbc4a52717d8597c6719118e5721..a05a6c62d750d52cb0c0e4f65e6655b2b524fe85 100644
(file)
--- a/
technic/items.lua
+++ b/
technic/items.lua
@@
-54,6
+54,13
@@
minetest.register_craft({
}
})
+minetest.register_craft({
+ output = 'pipeworks:mese_sand_tube_000000',
+ recipe = {
+ {'default:mese_crystal_fragment', 'pipeworks:sand_tube_000000', 'default:mese_crystal_fragment'},
+ }
+})
+
minetest.register_craft({
output = 'pipeworks:teleport_tube_000000',
recipe = {