1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Fix mossycobble

This commit is contained in:
Ombridride 2015-03-03 21:50:36 +01:00
parent d4117fcfc8
commit 5734e2a2e2

View File

@ -549,6 +549,7 @@ minetest.register_craft({
})
minetest.register_craft({
type = "cooking",
output = "default:stone",
recipe = "default:mossycobble",
})