Update 'mods/default/crafting.lua'

This commit is contained in:
thunderdog1138 2020-11-17 21:54:49 +00:00
parent 80a145444a
commit 44ff986b85
1 changed files with 1 additions and 1 deletions

View File

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