mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
Fix steel ingot item name in laser Mk1 crafting recipe
This commit is contained in:
parent
179364ff8f
commit
7dc21cec40
@ -17,7 +17,7 @@ minetest.register_craft({
|
|||||||
output = 'technic:laser_mk1',
|
output = 'technic:laser_mk1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:diamond', 'default:steel_ingot', 'technic:red_energy_crystal'},
|
{'default:diamond', 'default:steel_ingot', 'technic:red_energy_crystal'},
|
||||||
{'', 'default:steel_ingot', 'technic:steel_ingot'},
|
{'', 'default:steel_ingot', 'default:steel_ingot'},
|
||||||
{'', '', 'default:copper_ingot'},
|
{'', '', 'default:copper_ingot'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user