forked from VoxeLibre/VoxeLibre
Add coal ore cooking
This commit is contained in:
parent
c0f839115e
commit
d3537ba555
|
@ -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 New Issue