Mossycobble fixes
This commit is contained in:
parent
5d8b2442ce
commit
0755a8fa05
2 changed files with 7 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue