mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-16 12:52:27 +01:00
Fix #1204
This commit is contained in:
@ -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
|
-- Coal
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user