Rename redstone_dust to redstone
This commit is contained in:
parent
c7af69f9f1
commit
4875b88b86
10 changed files with 17 additions and 17 deletions
|
@ -58,7 +58,7 @@ minetest.register_craft({
|
|||
output = 'mcl_compass:'..stereotype_frame,
|
||||
recipe = {
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:steel_ingot', 'mesecons:redstone_dust', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'mesecons:redstone', 'default:steel_ingot'},
|
||||
{'', 'default:steel_ingot', ''}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue