Fix steel ingot item name in laser Mk1 crafting recipe

This commit is contained in:
ShadowNinja 2014-04-02 23:03:51 -04:00
parent 179364ff8f
commit 7dc21cec40
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ minetest.register_craft({
output = 'technic:laser_mk1',
recipe = {
{'default:diamond', 'default:steel_ingot', 'technic:red_energy_crystal'},
{'', 'default:steel_ingot', 'technic:steel_ingot'},
{'', 'default:steel_ingot', 'default:steel_ingot'},
{'', '', 'default:copper_ingot'},
}
})