Skip to content

Commit ba82592

Browse files
nmsturckeRedLime
andauthored
fix: MatchSeed returns nether not bastion (#13)
also clean up the text in the MatchSeed section Co-authored-by: RedLime <redlimerl@gmail.com>
1 parent 166ff3c commit ba82592

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -503,27 +503,27 @@ <h2 class="page-title"><strong><span class="label label-success">Class</span> &n
503503
<tr>
504504
<td>id</td>
505505
<td><code>String?</code></td>
506-
<td>Seed ID if it's a ranked filtered seed. This is not the seed number. It is <code>null</code> if the seed is not filtered.</td>
506+
<td>Seed id if it's a ranked filtered seed. This is not the seed number. It is <code>null</code> if the seed is not filtered.</td>
507507
</tr>
508508
<tr>
509509
<td>overworld</td>
510510
<td><code>String?</code></td>
511-
<td>Overworld structure type of the seed. it will be <code>null</code> if seed is not filtered.</td>
511+
<td>Overworld structure type of the seed. It is <code>null</code> if the seed is not filtered.</td>
512512
</tr>
513513
<tr>
514-
<td>bastion</td>
514+
<td>nether</td>
515515
<td><code>String?</code></td>
516-
<td>Bastion remnants type of the seed. it will be <code>null</code> if seed is not filtered.</td>
516+
<td>Bastion remnants type of the seed. It is <code>null</code> if the seed is not filtered.</td>
517517
</tr>
518518
<tr>
519519
<td>endTowers</td>
520520
<td><code>Integer[]</code></td>
521-
<td>The <a href="./assets/img/endTowers.png" target="_blank">zero related tower</a> heights in the End dimension. It is an empty array if the seed is not filtered.</td>
521+
<td>The <a href="./assets/img/endTowers.png" target="_blank">zero related tower</a> heights of in The End dimension. It is an empty array if the seed is not filtered.</td>
522522
</tr>
523523
<tr>
524524
<td>variations</td>
525525
<td><code>String[]</code></td>
526-
<td>Noticable variations of the seed. it will be empty array if seed is not filtered.</td>
526+
<td>Noticeable variations of the seed. It is an empty array if the seed is not filtered.</td>
527527
</tr>
528528
</tbody>
529529
</table>

0 commit comments

Comments
 (0)