Rename redstone_dust to redstone

This commit is contained in:
Wuzzy 2017-01-09 18:45:34 +01:00
parent c7af69f9f1
commit 4875b88b86
10 changed files with 17 additions and 17 deletions

View file

@ -78,7 +78,7 @@ minetest.register_craft({
groups = {not_in_creative_inventory=1},
recipe = {
{'', 'default:gold_ingot', ''},
{'default:gold_ingot', 'mesecons:redstone_dust', 'default:gold_ingot'},
{'default:gold_ingot', 'mesecons:redstone', 'default:gold_ingot'},
{'', 'default:gold_ingot', ''}
}
})