Experimenting caverns generation

master
NPXcoot 2016-05-27 18:41:46 +02:00
parent 7318e2f281
commit 84efca60b9
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
local YMIN = -31000 -- Cave realm limits
local YMAX = -30000
local TCAVE = 0.8 -- Cave threshold: 1 = small rare caves,
local TCAVE = 0 -- Cave threshold: 1 = small rare caves,
-- 0.5 = 1/3rd ground volume, 0 = 1/2 ground volume.
local BLEND = 64 -- Cave blend distance near YMIN, YMAX

View File

@ -904,17 +904,17 @@ replace("default:lava_source", "nssb:mornen")
replace("default:lava_flowing", "nssb:mornen_flowing")
replace("default:mese_block", "nssb:mornen")
--[[minetest.register_ore({
minetest.register_ore({
ore_type = "blob",
ore = "air",
wherein = "nssb:morentir",
clust_scarcity = 6*6*6,
clust_scarcity = 8*8*8,
clust_num_ores = 200,
clust_size = 10,
clust_size = 7,
y_min = -30999,
y_max = -30001,
})
--[[
minetest.register_ore({
ore_type = "scatter",
ore = "air",