mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -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({
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
output = 'default:sand 4',
|
output = 'default:sand 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
'default:sandstone',
|
'default:sandstone',
|
||||||
|
|
Loading…
Add table
Reference in a new issue