Laboratory now has an entrance point; New structure: Cargo frigate! (Practically empty in terms of resources for now other than some iron ore blocks in cargo containers)

This commit is contained in:
GearShocky 2022-10-11 01:21:20 +06:00
parent 63715823ca
commit fdc1c9b671
12 changed files with 91 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,33 @@
{
"type": "minecraft:jigsaw",
"biomes": "#overdrive_that_matters:frigate",
"max_distance_from_center": 100,
"size": 1,
"start_height": {
"type": "minecraft:uniform",
"max_inclusive": {
"below_top": 30
},
"min_inclusive": {
"absolute": 100
}
},
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
"spawns": [
{
"type": "minecraft:pillager",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
]
}
},
"start_jigsaw_name": "overdrive_that_matters:frigate_anchor",
"start_pool": "overdrive_that_matters:frigate",
"step": "surface_structures",
"terrain_adaption": "beard_box",
"use_expansion_hack": false
}

View File

@ -3,8 +3,9 @@
"biomes": "#overdrive_that_matters:laboratory", "biomes": "#overdrive_that_matters:laboratory",
"max_distance_from_center": 80, "max_distance_from_center": 80,
"size": 7, "size": 7,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"start_height": { "start_height": {
"absolute": 30 "absolute": 0
}, },
"spawn_overrides": { "spawn_overrides": {
"monster": { "monster": {

View File

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

View File

@ -0,0 +1,24 @@
{
"name": "overdrive_that_matters:rooms",
"fallback": "minecraft:empty",
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/frigate_front",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:frigate/frigate_back",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
]
}

View File

@ -5,7 +5,16 @@
{ {
"element": { "element": {
"element_type": "minecraft:single_pool_element", "element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/lab_center", "location": "overdrive_that_matters:laboratory/center/lab_elevator_top",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "overdrive_that_matters:laboratory/center/lab_elevator_bottom",
"processors": "minecraft:empty", "processors": "minecraft:empty",
"projection": "rigid" "projection": "rigid"
}, },