Merge pull request #16 from agaran/mossyrecipe
Added cooking of mossy stone brick to stone brick
This commit is contained in:
commit
f6591327cd
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user