mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 06:13:17 -04:00
oops, forgot the type= argument for shapeless sandstone -> sand.
This commit is contained in:
parent
4705493928
commit
cb85ca58fe
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'default:sand 4',
|
||||
recipe = {
|
||||
'default:sandstone',
|
||||
|
|
Loading…
Add table
Reference in a new issue