Ocean container???

This commit is contained in:
GearShocky 2022-10-27 21:59:14 +06:00
parent 606309a962
commit dbf4be9f6c
9 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#forge:is_desert",
"minecraft:beach"
]
}

View File

@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"minecraft:ocean",
"minecraft:deep_ocean",
"minecraft:cold_ocean",
"minecraft:deep_cold_ocean"
"minecraft:frozen_ocean",
"minecraft:deep_frozen_ocean",
"minecraft:deep_lukewarm_ocean"
]
}

View File

@ -0,0 +1,16 @@
{
"type": "minecraft:jigsaw",
"start_pool": "overdrive_that_matters:cargo_container",
"biomes": "#overdrive_that_matters:cargo_container",
"project_start_to_heightmap": "OCEAN_FLOOR_WG",
"start_height": {
"absolute": 0
},
"max_distance_from_center": 4,
"size": 2,
"spawn_overrides": {
},
"step": "surface_structures",
"terrain_adaption": "bury",
"use_expansion_hack": false
}

View File

@ -0,0 +1,16 @@
{
"type": "minecraft:jigsaw",
"start_pool": "overdrive_that_matters:ocean_container",
"biomes": "#overdrive_that_matters:ocean_container",
"project_start_to_heightmap": "OCEAN_FLOOR_WG",
"start_height": {
"absolute": 0
},
"max_distance_from_center": 4,
"size": 2,
"spawn_overrides": {
},
"step": "surface_structures",
"terrain_adaption": "bury",
"use_expansion_hack": false
}

View File

@ -0,0 +1,14 @@
{
"structures":[
{
"structure": "overdrive_that_matters:cargo_container",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 120,
"separation": 1,
"salt": 10387312
}
}

View File

@ -0,0 +1,14 @@
{
"structures":[
{
"structure": "overdrive_that_matters:ocean_container",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 60,
"separation": 1,
"salt": 20072342
}
}

View File

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

View File

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