mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Sandstone recipe should yield 4, since you get back only 1 sand on dig.
This commit is contained in:
parent
6687b5504d
commit
a780efd8f7
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||||
|
|
Loading…
Add table
Reference in a new issue