Added cooking of mossy stone brick to stone brick

This commit is contained in:
Maciej 'agaran' Pijanka 2017-02-18 18:43:17 +01:00
parent 8b31f7ecf3
commit 92253c9b79

View File

@ -298,6 +298,13 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "cooking",
output = "gloopblocks:stonebrick",
recipe = "default:stone_brick_mossy"
cooktime = 6
})
minetest.register_craft({
type = "shapeless",
output = "gloopblocks:cobble_road 5",