added a recipe for MESE sand tubes
authorhdastwb <hdastwb@hdastwb.heliohost.org>
Fri, 19 Jul 2013 21:51:24 +0000 (17:51 -0400)
committerhdastwb <hdastwb@hdastwb.heliohost.org>
Fri, 19 Jul 2013 21:51:24 +0000 (17:51 -0400)
technic/items.lua

index e21b694b9bc6dbc4a52717d8597c6719118e5721..a05a6c62d750d52cb0c0e4f65e6655b2b524fe85 100644 (file)
@@ -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 = {