forked from minetest-mods/mesecons
Merge pull request #202 from dora71/master
Silicon production from normal and desert sand
This commit is contained in:
commit
d6b53a2962
|
@ -35,7 +35,7 @@ minetest.register_craftitem("mesecons_materials:silicon", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mesecons_materials:silicon 4",
|
output = "mesecons_materials:silicon 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:sand", "default:sand"},
|
{"group:sand", "group:sand"},
|
||||||
{"default:sand", "default:steel_ingot"},
|
{"group:sand", "default:steel_ingot"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user