mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Make smooth stone cookable
This commit is contained in:
parent
b60c762ac3
commit
5b6ae370e2
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue