forked from VoxeLibre/VoxeLibre
Add recipe for cracked stone bricks
This commit is contained in:
parent
a42a9151c4
commit
a8fc75bc78
|
@ -822,6 +822,13 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "default:stonebrickcracked",
|
||||||
|
recipe = "default:stonebrick",
|
||||||
|
cooktime = 10,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:steel_ingot",
|
output = "default:steel_ingot",
|
||||||
|
|
Loading…
Reference in New Issue