Cook sand to glass_white.

master
James Stevenson 2019-01-03 03:41:50 -05:00
parent 1838a487eb
commit 1955b48d7b
2 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ minetest.register_craft({
minetest.register_craft({
type = "cooking",
output = "default:glass",
output = "default:glass_white",
recipe = "group:sand",
})