forked from VoxeLibre/VoxeLibre
Fix #1204
This commit is contained in:
parent
f0348d99d9
commit
41e715ef39
|
@ -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
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue