mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 17:41:06 +01:00
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1208
This commit is contained in:
commit
d859d94a63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue