mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 06:13:17 -04:00
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:
parent
6b6fbac598
commit
91d6069f4b
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Reference in a new issue