Solve quartz not generating in the nether

master
AFCMS 2021-03-18 09:48:18 +01:00 committed by Nils Dagsson Moskopp
parent 0761ad0964
commit 078586fa1a
No known key found for this signature in database
GPG Key ID: A3BC671C35191080
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",