forked from Mineclonia/Mineclonia
Make smooth stone cookable
This commit is contained in:
parent
b60c762ac3
commit
5b6ae370e2
|
@ -434,6 +434,13 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "mcl_core:stone_smooth",
|
||||||
|
recipe = "mcl_core:stone",
|
||||||
|
cooktime = 10,
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "mcl_core:stonebrickcracked",
|
output = "mcl_core:stonebrickcracked",
|
||||||
|
|
Loading…
Reference in New Issue