UNDERGROUND LABORATORY STRUCTURE LETS GOOO

This commit is contained in:
GearShocky 2022-10-10 02:35:34 +06:00
parent eeebda6253
commit 24cb22abf8
16 changed files with 136 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:plains"
]
}

View File

@ -0,0 +1,27 @@
{
"type": "minecraft:jigsaw",
"biomes": "#overdrive_that_matters:laboratory",
"max_distance_from_center": 80,
"size": 7,
"start_height": {
"absolute": 30
},
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
"spawns": [
{
"type": "minecraft:pillager",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
]
}
},
"start_jigsaw_name": "overdrive_that_matters:laboratory_anchor",
"start_pool": "overdrive_that_matters:laboratory/center",
"step": "underground_decoration",
"terrain_adaption": "bury",
"use_expansion_hack": false
}

View File

@ -0,0 +1,14 @@
{
"placement": {
"type": "minecraft:random_spread",
"salt": 20083232,
"separation": 8,
"spacing": 24
},
"structures": [
{
"structure": "overdrive_that_matters:laboratory",
"weight": 1
}
]
}

View File

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

View File

@ -0,0 +1,42 @@
{
"name": "overdrive_that_matters:rooms",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/corridors/corridor_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/corridors/corridor_b",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/corridors/corridor_storage_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}

View File

@ -0,0 +1,32 @@
{
"name": "overdrive_that_matters:rooms",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/rooms/lab_chamber_a",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 3
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/rooms/generator_room",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 2
},{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a_alt",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 3
}
]
}