forked from Mineclonia/Mineclonia
Merge pull request 'Solve quartz not generating in the nether' (#24) from reintroduce_nether_quartz_ore into master
Reviewed-on: Mineclonia/Mineclonia#24
This commit is contained in:
commit
bbe07abb0d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue