Skip to content

Commit

Permalink
Merge pull request #202 from dora71/master
Browse files Browse the repository at this point in the history
Silicon production from normal and desert sand
  • Loading branch information
Jeija committed Jan 12, 2015
2 parents 3c82e2f + eb3ad9e commit d6b53a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesecons_materials/init.lua
Expand Up @@ -35,7 +35,7 @@ minetest.register_craftitem("mesecons_materials:silicon", {
minetest.register_craft({
output = "mesecons_materials:silicon 4",
recipe = {
{"default:sand", "default:sand"},
{"default:sand", "default:steel_ingot"},
{"group:sand", "group:sand"},
{"group:sand", "default:steel_ingot"},
}
})

0 comments on commit d6b53a2

Please sign in to comment.