Readd craft recipe for the Mk1 mining laser

This commit is contained in:
ShadowNinja 2013-10-30 15:18:18 -04:00
parent f90915c408
commit 2d7c1d7252
1 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,16 @@ local f_2 = 0.5 + r_corr
local S = technic.getter
minetest.register_craft({
output = 'technic:laser_mk1',
recipe = {
{'default:diamond', 'default:steel_ingot', 'technic:battery'},
{'', 'default:steel_ingot', 'technic:battery'},
{'', '', 'default:copper_ingot'},
}
})
local function get_used_dir(dir)
local abs_dir = {x = math.abs(dir.x),
y = math.abs(dir.y),