forked from VoxeLibre/VoxeLibre
Change raw ore block cooktime to 90.
This commit is contained in:
parent
40d993764b
commit
c6644a3fd1
|
@ -42,7 +42,7 @@ local function register_raw_ore(description, n)
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "mcl_core:"..ore.."block",
|
output = "mcl_core:"..ore.."block",
|
||||||
recipe = raw_ingot.."_block",
|
recipe = raw_ingot.."_block",
|
||||||
cooktime = 20,
|
cooktime = 90,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Loading…
Reference in New Issue