Change raw ore block cooktime to 90.

This commit is contained in:
PrairieAstronomer 2022-07-25 11:07:11 -06:00 committed by cora
parent 40d993764b
commit c6644a3fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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({