Skip to content

Commit

Permalink
Merge pull request #126 from cuberite/endgen
Browse files Browse the repository at this point in the history
Updated EndGen documentation
  • Loading branch information
NiLSPACE committed Apr 11, 2024
2 parents 04b72c2 + b70da0c commit 954ff03
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions book/3 - Configuring world.ini/11 - Generator.html
Expand Up @@ -422,44 +422,44 @@ <h4 id="Generator_Composable_ShapeGen">ShapeGen</h4>
<figure>
<table>
<tr>
<td>EndGenAirThresholdMainIsland</td>
<td></td>
<td>EndGenMainIslandSize</td>
<td>The size of the island at coordinates 0, 0. This value also affects the size of the void between the main islands and the smaller islands.</td>
</tr>
<tr>
<td>EndGenAirThresholdOtherIslands</td>
<td></td>
<td>EndGenIslandThickness</td>
<td>The height of the islands.</td>
</tr>
<tr>
<td>EndGenMainIslandSize</td>
<td></td>
<td>EndGenIslandYOffset</td>
<td>The distance from Y=0 where islands will start generating.</td>
</tr>
<tr>
<td>EndGenBaseHeight</td>
<td></td>
<td>EndGenMainFrequencyX</td>
<td rowspan="2">Decreasing this value will result in smaller islands on the X-axis.</td>
</tr>
<tr>
<td>EndGenTerrainTopMultipler</td>
<td></td>
<td>EndGenSmallFrequencyX</td>
</tr>
<tr>
<td>EndGenTerrainBottomMultiptder</td>
<td></td>
<td>EndGenMainFrequencyY</td>
<td rowspan="2">Decreasing this value will result in rougher terrain.</td>
</tr>
<tr>
<td>EndGenVoidOffsetNoiseMultiptder</td>
<td></td>
<td>EndGenSmallFrequencyY</td>
</tr>
<tr>
<td>EndGenFrequencyX</td>
<td></td>
<td>EndGenMainFrequencyZ</td>
<td rowspan="2">Decreasing this value will result in smaller islands on the Z-axis.</td>
</tr>
<tr>
<td>EndGenFrequencyY</td>
<td></td>
<td>EndGenSmallFrequencyZ</td>
</tr>
<tr>
<td>EndGenFrequencyZ</td>
<td></td>
<td>EndGenMainMinThreshold</td>
<td rowspan="2">Decreasing this value will result in smaller islands.</td>
</tr>
<tr>
<td>EndGenSmallMinThreshold</td>
</tr>
</table>
</figure>
Expand Down

0 comments on commit 954ff03

Please sign in to comment.