forked from VoxeLibre/VoxeLibre
Comment out ore generation for now
The discussion about how to handle this is still ongoing. Since this is about getting the new nodes disable ore registration for now.
This commit is contained in:
parent
0d8436b343
commit
23e5a1c7d3
|
@ -362,7 +362,7 @@ minetest.register_craft({
|
||||||
recipe = 'mcl_nether:quartz_block',
|
recipe = 'mcl_nether:quartz_block',
|
||||||
cooktime = 10,
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
--[[ Commented out for now because there the discussion how to handle this is ongoing]
|
||||||
--Generating
|
--Generating
|
||||||
local specialstones = { "mcl_blackstone:blackstone", "mcl_blackstone:basalt", "mcl_blackstone:soul_soil" }
|
local specialstones = { "mcl_blackstone:blackstone", "mcl_blackstone:basalt", "mcl_blackstone:soul_soil" }
|
||||||
for s=1, #specialstones do
|
for s=1, #specialstones do
|
||||||
|
@ -421,7 +421,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
||||||
y_max = mcl_vars.mg_nether_max,
|
y_max = mcl_vars.mg_nether_max,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
--]]
|
||||||
--soul torch
|
--soul torch
|
||||||
mcl_torches.register_torch({
|
mcl_torches.register_torch({
|
||||||
name="soul_torch",
|
name="soul_torch",
|
||||||
|
|
Loading…
Reference in New Issue