Add recipe for cracked stone bricks

This commit is contained in:
Wuzzy 2017-01-10 06:11:23 +01:00
parent a42a9151c4
commit a8fc75bc78
1 changed files with 7 additions and 0 deletions

View File

@ -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",