Update init.lua

Ability to produce silicon either from "normal" sand or from desert sand.
This commit is contained in:
Rainer 2015-01-12 09:53:10 +01:00
parent 3c82e2fc3a
commit eb3ad9e537
1 changed files with 2 additions and 2 deletions

View File

@ -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"},
}
})