Ocean container???
This commit is contained in:
parent
606309a962
commit
dbf4be9f6c
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#forge:is_desert",
|
||||
"minecraft:beach"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures":[
|
||||
{
|
||||
"structure": "overdrive_that_matters:cargo_container",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 120,
|
||||
"separation": 1,
|
||||
"salt": 10387312
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures":[
|
||||
{
|
||||
"structure": "overdrive_that_matters:ocean_container",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 60,
|
||||
"separation": 1,
|
||||
"salt": 20072342
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user