Sandstone should yield 4, since it drops 1 sand on dig (otherwise you lose 3

sand for every sandstone you have to dig up).
This commit is contained in:
Vanessa Ezekowitz 2012-11-22 07:31:56 -05:00
parent 6b6fbac598
commit 91d6069f4b
1 changed files with 1 additions and 1 deletions

View File

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