Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Ability to produce silicon either from "normal" sand or from desert sand.
  • Loading branch information
dora71 committed Jan 12, 2015
1 parent 3c82e2f commit eb3ad9e
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 eb3ad9e

Please sign in to comment.