You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
507
507
</tr>
508
508
<tr>
509
509
<td>overworld</td>
510
510
<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>
512
512
</tr>
513
513
<tr>
514
-
<td>bastion</td>
514
+
<td>nether</td>
515
515
<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>
517
517
</tr>
518
518
<tr>
519
519
<td>endTowers</td>
520
520
<td><code>Integer[]</code></td>
521
-
<td>The <ahref="./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 <ahref="./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>
522
522
</tr>
523
523
<tr>
524
524
<td>variations</td>
525
525
<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>
0 commit comments