а помните разбитые корабли в МО? Я вот забыл

This commit is contained in:
GearShocky 2025-04-16 03:20:18 +05:00
parent 5a662cb859
commit 4dfbfa42e5
6 changed files with 74 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"values": [
"minecraft:beach",
"minecraft:desert",
"minecraft:plains",
"minecraft:savanna",
"minecraft:snowy_plains",
"minecraft:taiga",
"minecraft:grove"
]
}

View File

@ -11,6 +11,6 @@
"spawn_overrides": { "spawn_overrides": {
}, },
"step": "surface_structures", "step": "surface_structures",
"terrain_adaption": "bury", "terrain_adaption": "none",
"use_expansion_hack": false "use_expansion_hack": false
} }

View File

@ -0,0 +1,27 @@
{
"type": "minecraft:jigsaw",
"biomes": "#overdrive_that_matters:condor_wreck",
"max_distance_from_center": 100,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 7,
"spawn_overrides": {
"monster": {
"bounding_box": "full",
"spawns": [
{
"type": "overdrive_that_matters:android_melee",
"maxCount": 1,
"minCount": 1,
"weight": 1
}
]
}
},
"start_height": {
"absolute": -3
},
"start_pool": "overdrive_that_matters:condor_wreck",
"step": "surface_structures",
"terrain_adaptation": "none",
"use_expansion_hack": false
}

View File

@ -0,0 +1,20 @@
{
"placement": {
"type": "minecraft:random_spread",
"exclusion_zone": {
"chunk_count": 5,
"other_set": "minecraft:villages"
},
"frequency": 0.3,
"frequency_reduction_method": "legacy_type_1",
"salt": 736519284,
"separation": 8,
"spacing": 32
},
"structures": [
{
"structure": "overdrive_that_matters:condor_wreck",
"weight": 1
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "overdrive_that_matters:condor_wreck",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:condor_wreck",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}