2023-03-18 11:17:05 -05:00
|
|
|
--[[
|
|
|
|
Everness. Never ending discovery in Everness mapgen.
|
2024-01-03 13:50:17 -06:00
|
|
|
Copyright (C) 2024 SaKeL
|
2023-03-18 11:17:05 -05:00
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
|
|
|
|
|
|
|
--]]
|
|
|
|
|
|
|
|
--
|
|
|
|
-- Register biomes
|
|
|
|
--
|
|
|
|
|
|
|
|
local y_max = Everness.settings.biomes.everness_crystal_forest_deep_ocean.y_max
|
|
|
|
local y_min = Everness.settings.biomes.everness_crystal_forest_deep_ocean.y_min
|
|
|
|
|
|
|
|
-- Coral Forest Ocean
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_biome({
|
|
|
|
name = 'everness:crystal_forest_deep_ocean',
|
2023-03-18 11:17:05 -05:00
|
|
|
node_top = 'everness:crystal_forest_deep_ocean_sand',
|
|
|
|
depth_top = 1,
|
|
|
|
node_filler = 'everness:crystal_forest_deep_ocean_sand',
|
|
|
|
depth_filler = 3,
|
|
|
|
node_riverbed = 'everness:crystal_forest_deep_ocean_sand',
|
|
|
|
depth_riverbed = 2,
|
2024-01-10 22:16:52 -06:00
|
|
|
node_cave_liquid = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
node_dungeon = 'everness:crystal_forest_deep_ocean_sandstone_block',
|
|
|
|
node_dungeon_alt = 'everness:crystal_forest_deep_ocean_sandstone_brick',
|
2023-04-02 20:44:58 -05:00
|
|
|
node_dungeon_stair = 'stairs:stair_crystal_forest_deep_ocean_sandstone_block',
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
heat_point = 35,
|
|
|
|
humidity_point = 50,
|
|
|
|
})
|
|
|
|
|
|
|
|
--
|
|
|
|
-- Register decorations
|
|
|
|
--
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_1',
|
|
|
|
deco_type = 'schematic',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
sidelen = 16,
|
|
|
|
fill_ratio = 0.003,
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
schematic = minetest.get_modpath('everness') .. '/schematics/everness_crystal_forest_deep_ocean_coral_1.mts',
|
|
|
|
flags = 'place_center_x, place_center_z, force_placement',
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_2',
|
|
|
|
deco_type = 'schematic',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
sidelen = 16,
|
|
|
|
fill_ratio = 0.003,
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
schematic = minetest.get_modpath('everness') .. '/schematics/everness_crystal_forest_deep_ocean_coral_2.mts',
|
|
|
|
flags = 'place_center_x, place_center_z, force_placement',
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_3',
|
|
|
|
deco_type = 'schematic',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
sidelen = 16,
|
|
|
|
fill_ratio = 0.003,
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
schematic = minetest.get_modpath('everness') .. '/schematics/everness_crystal_forest_deep_ocean_coral_3.mts',
|
|
|
|
flags = 'place_center_x, place_center_z, force_placement',
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_sand_with_crack',
|
|
|
|
deco_type = 'simple',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
|
|
|
place_offset_y = -1,
|
|
|
|
sidelen = 4,
|
|
|
|
fill_ratio = 0.002,
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
flags = 'force_placement',
|
|
|
|
decoration = { 'everness:crystal_forest_deep_ocean_sand_with_crack' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_plant_1',
|
|
|
|
deco_type = 'simple',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
|
|
|
place_offset_y = -1,
|
|
|
|
sidelen = 4,
|
|
|
|
noise_params = {
|
|
|
|
offset = 0,
|
|
|
|
scale = 0.02,
|
|
|
|
spread = { x = 200, y = 200, z = 200 },
|
|
|
|
seed = 329,
|
|
|
|
octaves = 3,
|
|
|
|
persist = 0.6
|
|
|
|
},
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
flags = 'force_placement',
|
|
|
|
decoration = { 'everness:crystal_forest_deep_ocean_coral_plant_1' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_plant_2',
|
|
|
|
deco_type = 'simple',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
|
|
|
place_offset_y = -1,
|
|
|
|
sidelen = 4,
|
|
|
|
noise_params = {
|
|
|
|
offset = -0.02,
|
|
|
|
scale = 0.04,
|
|
|
|
spread = { x = 200, y = 200, z = 200 },
|
|
|
|
seed = 436,
|
|
|
|
octaves = 3,
|
|
|
|
persist = 0.6
|
|
|
|
},
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
flags = 'force_placement',
|
|
|
|
decoration = { 'everness:crystal_forest_deep_ocean_coral_plant_2' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
})
|
|
|
|
|
2024-01-25 14:31:55 -06:00
|
|
|
Everness:register_decoration({
|
2023-03-18 11:17:05 -05:00
|
|
|
name = 'everness:crystal_forest_deep_ocean_coral_plant_3',
|
|
|
|
deco_type = 'simple',
|
|
|
|
place_on = { 'everness:crystal_forest_deep_ocean_sand' },
|
|
|
|
place_offset_y = -1,
|
|
|
|
sidelen = 4,
|
|
|
|
noise_params = {
|
|
|
|
offset = -0.02,
|
|
|
|
scale = 0.04,
|
|
|
|
spread = { x = 200, y = 200, z = 200 },
|
|
|
|
seed = 19822,
|
|
|
|
octaves = 3,
|
|
|
|
persist = 0.6
|
|
|
|
},
|
2024-01-25 19:44:27 -06:00
|
|
|
biomes = { 'everness:crystal_forest_deep_ocean' },
|
2023-03-18 11:17:05 -05:00
|
|
|
y_max = y_max,
|
|
|
|
y_min = y_min,
|
|
|
|
flags = 'force_placement',
|
|
|
|
decoration = { 'everness:crystal_forest_deep_ocean_coral_plant_3' },
|
2024-01-10 22:16:52 -06:00
|
|
|
spawn_by = 'mapgen_water_source',
|
2023-03-18 11:17:05 -05:00
|
|
|
num_spawn_by = 8,
|
|
|
|
})
|
|
|
|
|
|
|
|
--
|
|
|
|
-- On Generated
|
|
|
|
--
|
|
|
|
|
2024-01-27 16:27:14 -06:00
|
|
|
local c_water_source = minetest.get_content_id('mapgen_water_source')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_sand = minetest.get_content_id('everness:crystal_forest_deep_ocean_sand')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_plant_1 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_plant_1')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_plant_2 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_plant_2')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_plant_3 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_plant_3')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_1 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_1')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_2 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_2')
|
|
|
|
local c_everness_crystal_forest_deep_ocean_coral_3 = minetest.get_content_id('everness:crystal_forest_deep_ocean_coral_3')
|
|
|
|
-- Biome IDs
|
|
|
|
local biome_id_everness_crystal_forest_deep_ocean = minetest.get_biome_id('everness:crystal_forest_deep_ocean')
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
local chance = 30
|
2024-01-27 16:27:14 -06:00
|
|
|
local schem = minetest.get_modpath('everness') .. '/schematics/everness_crystal_forest_deep_ocean_ruins.mts'
|
|
|
|
local size = { x = 14, y = 12, z = 9 }
|
|
|
|
local size_x = math.round(size.x / 2)
|
|
|
|
local size_z = math.round(size.z / 2)
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
Everness:add_to_queue_on_generated({
|
|
|
|
name = 'everness:crystal_forest_deep_ocean',
|
|
|
|
can_run = function(biomemap)
|
|
|
|
return table.indexof(biomemap, biome_id_everness_crystal_forest_deep_ocean) ~= -1
|
|
|
|
end,
|
|
|
|
after_set_data = function(minp, maxp, vm, area, data, p2data, gennotify, rand, shared_args)
|
|
|
|
shared_args.schem_positions = {}
|
|
|
|
local schem_placed = false
|
|
|
|
|
|
|
|
if rand:next(0, 100) < chance then
|
|
|
|
for y = maxp.y, minp.y, -1 do
|
|
|
|
if schem_placed then
|
|
|
|
break
|
|
|
|
end
|
|
|
|
|
|
|
|
for z = minp.z, maxp.z do
|
|
|
|
if schem_placed then
|
|
|
|
break
|
|
|
|
end
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
for x = minp.x, maxp.x do
|
|
|
|
local vi = area:index(x, y, z)
|
|
|
|
|
|
|
|
if
|
|
|
|
data[vi] == c_everness_crystal_forest_deep_ocean_sand
|
|
|
|
and data[vi + area.ystride] == c_water_source
|
|
|
|
then
|
|
|
|
local s_pos = area:position(vi)
|
|
|
|
|
|
|
|
--
|
|
|
|
-- Crystal Forest Deep Ocean Ruins
|
|
|
|
--
|
|
|
|
|
|
|
|
local schem_pos = vector.new(s_pos)
|
|
|
|
|
|
|
|
-- find floor big enough
|
|
|
|
local indexes = Everness.find_content_in_vm_area(
|
|
|
|
vector.new(s_pos.x - size_x, s_pos.y - 1, s_pos.z - size_z),
|
|
|
|
vector.new(s_pos.x + size_x, s_pos.y + 1, s_pos.z + size_z),
|
|
|
|
{
|
|
|
|
c_everness_crystal_forest_deep_ocean_sand,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_plant_1,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_plant_2,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_plant_3,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_1,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_2,
|
|
|
|
c_everness_crystal_forest_deep_ocean_coral_3
|
|
|
|
},
|
|
|
|
data,
|
|
|
|
area
|
2024-01-27 16:27:14 -06:00
|
|
|
)
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
if #indexes < size.x * size.z then
|
|
|
|
-- not enough space
|
|
|
|
return
|
|
|
|
end
|
|
|
|
|
|
|
|
-- enough water to place structure ?
|
|
|
|
local water_indexes = Everness.find_content_in_vm_area(
|
|
|
|
vector.new(s_pos.x - size_x, s_pos.y, s_pos.z - size_z),
|
|
|
|
vector.new(s_pos.x + size_x, s_pos.y + size.y, s_pos.z + size_z),
|
|
|
|
{
|
|
|
|
c_water_source
|
|
|
|
},
|
|
|
|
data,
|
|
|
|
area
|
|
|
|
)
|
|
|
|
|
|
|
|
if #water_indexes > (size.x * size.y * size.z) / 2 then
|
|
|
|
minetest.place_schematic_on_vmanip(
|
|
|
|
vm,
|
|
|
|
schem_pos,
|
|
|
|
schem,
|
|
|
|
'random',
|
|
|
|
nil,
|
|
|
|
true,
|
|
|
|
'place_center_x, place_center_z'
|
|
|
|
)
|
|
|
|
|
|
|
|
schem_placed = true
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
shared_args.schem_positions.everness_crystal_forest_deep_ocean_ruins = shared_args.schem_positions.everness_crystal_forest_deep_ocean_ruins or {}
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
table.insert(shared_args.schem_positions.everness_crystal_forest_deep_ocean_ruins, {
|
|
|
|
pos = schem_pos,
|
|
|
|
minp = vector.new(s_pos.x - size_x, s_pos.y, s_pos.z - size_z),
|
|
|
|
maxp = vector.new(s_pos.x + size_x, s_pos.y + size.y, s_pos.z + size_z)
|
|
|
|
})
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-02-08 13:14:39 -06:00
|
|
|
minetest.log('action', '[Everness] Crystal Forest Deep Ocean Ruins was placed at ' .. schem_pos:to_string())
|
|
|
|
|
|
|
|
break
|
|
|
|
end
|
2023-03-18 11:17:05 -05:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2024-02-08 13:14:39 -06:00
|
|
|
end,
|
|
|
|
after_write_to_map = function(shared_args)
|
|
|
|
local schem_positions = shared_args.schem_positions or {}
|
2023-03-18 11:17:05 -05:00
|
|
|
|
2024-01-27 16:27:14 -06:00
|
|
|
for name, tbl in pairs(schem_positions) do
|
|
|
|
if next(tbl) then
|
|
|
|
for i, v in ipairs(tbl) do
|
|
|
|
local chest_positions = minetest.find_nodes_in_area(
|
|
|
|
v.minp,
|
|
|
|
v.maxp,
|
|
|
|
{ 'everness:chest' }
|
|
|
|
)
|
|
|
|
|
|
|
|
if #chest_positions > 0 then
|
|
|
|
Everness:populate_loot_chests(chest_positions)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2023-03-18 11:17:05 -05:00
|
|
|
end
|
2024-02-08 13:14:39 -06:00
|
|
|
})
|