sandstone should drop itself on dig and be craftable back into 4 sand.

This commit is contained in:
Vanessa Ezekowitz 2012-11-22 14:25:38 -05:00
parent a780efd8f7
commit 4705493928

View file

@ -402,6 +402,13 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'default:sand 4',
recipe = {
'default:sandstone',
}
})
minetest.register_craft({
output = 'default:clay',
recipe = {