mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-17 19:15:10 +00:00
Add coal ore cooking
This commit is contained in:
parent
c0f839115e
commit
d3537ba555
1 changed files with 7 additions and 0 deletions
|
@ -723,6 +723,13 @@ minetest.register_craft({
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "cooking",
|
||||||
|
output = "default:coal",
|
||||||
|
recipe = "default:stone_with_coal",
|
||||||
|
cooktime = 10,
|
||||||
|
})
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Fuels
|
-- Fuels
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue