Merge pull request 'Solve quartz not generating in the nether' (#24) from reintroduce_nether_quartz_ore into master

Reviewed-on: Mineclonia/Mineclonia#24
This commit is contained in:
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",