Skip to content

Commit eb3ad9e

Browse files
author
Rainer
committedJan 12, 2015
Update init.lua
Ability to produce silicon either from "normal" sand or from desert sand.
1 parent 3c82e2f commit eb3ad9e

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.