mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-25 01:40:18 +01:00
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({
|
||||
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