mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Add recipe for cracked stone bricks
This commit is contained in:
parent
a42a9151c4
commit
a8fc75bc78
1 changed files with 7 additions and 0 deletions
|
@ -822,6 +822,13 @@ minetest.register_craft({
|
|||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:stonebrickcracked",
|
||||
recipe = "default:stonebrick",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:steel_ingot",
|
||||
|
|
Loading…
Reference in a new issue