mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge 873e33ec70
into 4e20ed6153
This commit is contained in:
commit
d558c97883
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = 'default:sandstone',
|
||||
recipe = {
|
||||
{'group:sand', 'group:sand'},
|
||||
{'group:sand', 'group:sand'},
|
||||
{'default:sand', 'default:sand'},
|
||||
{'default:sand', 'default:sand'},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue