Fix broken redstone recipes

This commit is contained in:
Wuzzy 2017-01-04 05:04:13 +01:00
parent 5c90c404d2
commit 22a4a76d60
11 changed files with 15 additions and 18 deletions

View file

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