Solve quartz not generating in the nether

This commit is contained in:
AFCMS 2021-03-18 09:48:18 +01:00
parent 5df668f6af
commit 558fa57cc6
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,7 @@ local function register_dimension_ores()
})
-- Nether quartz
if minetest.settings:get("mcl_generate_ores") == "true" then
if minetest.settings:get_bool("mcl_generate_ores", true) then
minetest.register_ore({
ore_type = "scatter",
ore = "mcl_nether:quartz_ore",