mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 08:31:08 +01:00
improve shipwrecks
reduce frequency, trim schematics, disable foundations again
This commit is contained in:
parent
c6598e1b09
commit
62bb73539b
6 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -71,13 +71,13 @@ vl_structures.register_structure("shipwreck",{
|
||||||
place_on = {"group:sand","mcl_core:gravel"},
|
place_on = {"group:sand","mcl_core:gravel"},
|
||||||
spawn_by = {"group:water"},
|
spawn_by = {"group:water"},
|
||||||
num_spawn_by = 4,
|
num_spawn_by = 4,
|
||||||
chunk_probability = 10, -- todo: 15?
|
chunk_probability = 15,
|
||||||
biomes = ocean_biomes,
|
biomes = ocean_biomes,
|
||||||
y_min = mcl_vars.mg_overworld_min,
|
y_min = mcl_vars.mg_overworld_min,
|
||||||
y_max = water_level-4,
|
y_max = water_level-4,
|
||||||
y_offset = function(pr) return pr:next(-4,-2) end,
|
y_offset = function(pr) return pr:next(-3,-1) end,
|
||||||
flags = "place_center_x, place_center_z, force_placement",
|
flags = "place_center_x, place_center_z, force_placement",
|
||||||
prepare = { tolerance = -1, clear = false, foundation = -2, mode = "water" },
|
prepare = { tolerance = -1, clear = false, foundation = false, mode = "water" },
|
||||||
filenames = {
|
filenames = {
|
||||||
--schematics by chmodsayshello
|
--schematics by chmodsayshello
|
||||||
modpath.."/schematics/mcl_structures_shipwreck_full_damaged.mts",
|
modpath.."/schematics/mcl_structures_shipwreck_full_damaged.mts",
|
||||||
|
|
Loading…
Reference in a new issue