forked from minetest-mods/mesecons
Update init.lua
Ability to produce silicon either from "normal" sand or from desert sand.
This commit is contained in:
parent
3c82e2fc3a
commit
eb3ad9e537
|
@ -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"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user