Sandstone recipe should yield 4, since you get back only 1 sand on dig.

This commit is contained in:
Vanessa Ezekowitz 2012-11-22 07:39:52 -05:00
parent 6687b5504d
commit a780efd8f7

View file

@ -395,7 +395,7 @@ minetest.register_craft({
}) })
minetest.register_craft({ minetest.register_craft({
output = 'default:sandstone', output = 'default:sandstone 4',
recipe = { recipe = {
{'group:sand', 'group:sand'}, {'group:sand', 'group:sand'},
{'group:sand', 'group:sand'}, {'group:sand', 'group:sand'},