mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-16 11:02:30 +01:00
Make smooth stone cookable
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user