Skip to content

Commit

Permalink
misc structure fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Jan 9, 2025
1 parent 1f79e85 commit 71ddcc3
Show file tree
Hide file tree
Showing 23 changed files with 17 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spawn_overrides": {},
"terrain_adaptation": "encapsulate",
"start_pool": "paradise_lost:vault/starts",
"size": 7,
"size": 8,
"start_height": {
"absolute": 105
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"salt": 42069,
"spacing": 32,
"separation": 26,
"spacing": 28,
"separation": 7,
"type": "minecraft:random_spread"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"salt": 60030,
"spacing": 240,
"separation": 30,
"spacing": 60,
"separation": 18,
"type": "minecraft:random_spread"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"placement": {
"salt": 60000,
"spacing": 40,
"separation": 25,
"separation": 16,
"type": "minecraft:random_spread"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fallback": "paradise_lost:vault/catacomb_fallback",
"elements": [
{
"weight": 4,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/passage_1",
Expand All @@ -12,7 +12,7 @@
}
},
{
"weight": 4,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/passage_2",
Expand All @@ -31,7 +31,7 @@
},

{
"weight": 4,
"weight": 5,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/crossway_1",
Expand All @@ -40,7 +40,7 @@
}
},
{
"weight": 4,
"weight": 5,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/crossway_2",
Expand Down Expand Up @@ -104,7 +104,7 @@
}
},
{
"weight": 2,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/room_chest_1",
Expand All @@ -113,7 +113,7 @@
}
},
{
"weight": 2,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/room_chest_2",
Expand All @@ -132,7 +132,7 @@
}
},
{
"weight": 2,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/catacomb/end_2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fallback": "paradise_lost:vault/second_floor/tall_halls_fallback",
"elements": [
{
"weight": 3,
"weight": 2,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/second_floor/tall_halls/hall_1",
Expand All @@ -21,7 +21,7 @@
}
},
{
"weight": 2,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/second_floor/tall_halls/hall_3",
Expand All @@ -30,7 +30,7 @@
}
},
{
"weight": 2,
"weight": 3,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/second_floor/tall_halls/hall_4",
Expand All @@ -39,7 +39,7 @@
}
},
{
"weight": 3,
"weight": 1,
"element": {
"element_type": "minecraft:single_pool_element",
"location": "paradise_lost:vault/second_floor/tall_halls/hall_5",
Expand Down

0 comments on commit 71ddcc3

Please sign in to comment.