mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
oops, sandstone was modded in the wrong branch. Sorry about that.
This commit is contained in:
parent
3e57d27722
commit
097bae1c12
1 changed files with 0 additions and 8 deletions
|
@ -402,14 +402,6 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "shapeless",
|
|
||||||
output = 'default:sand 4',
|
|
||||||
recipe = {
|
|
||||||
'defautl:sandstone',
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'default:clay',
|
output = 'default:clay',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue