This commit is contained in:
AFCMS 2021-02-26 15:57:44 +00:00
parent f0348d99d9
commit 41e715ef39
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ minetest.register_ore({
}
})
if minetest.settings:get("mcl_generate_ores") == "true" then
if minetest.settings:get_bool("mcl_generate_ores", true) then
--
-- Coal
--