Make smooth stone cookable

This commit is contained in:
Wuzzy 2018-12-03 16:47:11 +01:00
parent b60c762ac3
commit 5b6ae370e2
1 changed files with 7 additions and 0 deletions

View File

@ -434,6 +434,13 @@ minetest.register_craft({
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:stone_smooth",
recipe = "mcl_core:stone",
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:stonebrickcracked",