mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 03:57:31 +01:00
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
Block a user