Skip to content

Commit d6b53a2

Browse files
committedJan 12, 2015
Merge pull request #202 from dora71/master
Silicon production from normal and desert sand
2 parents 3c82e2f + eb3ad9e commit d6b53a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mesecons_materials/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ minetest.register_craftitem("mesecons_materials:silicon", {
3535
minetest.register_craft({
3636
output = "mesecons_materials:silicon 4",
3737
recipe = {
38-
{"default:sand", "default:sand"},
39-
{"default:sand", "default:steel_ingot"},
38+
{"group:sand", "group:sand"},
39+
{"group:sand", "default:steel_ingot"},
4040
}
4141
})

0 commit comments

Comments
 (0)
Please sign in to comment.