mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-11-21 16:35:18 +01:00
Mossycobble fixes
This commit is contained in:
@@ -650,6 +650,12 @@ minetest.register_craft({
|
||||
recipe = "default:cobble",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:stone",
|
||||
recipe = "default:mossycobble",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:desert_stone",
|
||||
|
||||
Reference in New Issue
Block a user