mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-08-15 04:20:26 +02:00
Added back craft recipe to get sand from gravel
This commit is contained in:
@ -548,6 +548,13 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "default:sand",
|
||||||
|
recipe = {
|
||||||
|
{"default:gravel"},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:stone",
|
output = "default:stone",
|
||||||
|
Reference in New Issue
Block a user