mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Change raw ore block cooktime to 90.
This commit is contained in:
parent
40d993764b
commit
c6644a3fd1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ local function register_raw_ore(description, n)
|
|||
type = "cooking",
|
||||
output = "mcl_core:"..ore.."block",
|
||||
recipe = raw_ingot.."_block",
|
||||
cooktime = 20,
|
||||
cooktime = 90,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in a new issue