Skip to content

Commit

Permalink
increase caves a lot more
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Aug 10, 2022
1 parent 388fa0c commit c5f20e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"start_height": {
"type": "uniform",
"min_inclusive": {
"absolute": 5
"absolute": 60
},
"max_inclusive": {
"absolute": 220
"absolute": 80
}
},
"start_pool": "cavestone:nether_cave",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"placement": {
"type": "random_spread",
"salt": 881533800,
"spacing": 4,
"spacing": 3,
"separation": 2,
"frequency_reduction_method": "legacy_type_3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"placement": {
"type": "random_spread",
"salt": 3198,
"spacing": 7,
"separation": 3,
"spacing": 3,
"separation": 2,
"frequency_reduction_method": "legacy_type_3"
}
}

0 comments on commit c5f20e2

Please sign in to comment.