mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +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',
|
||||
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'},
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user