Skip to content

Commit

Permalink
Add BingoTag.Builder.markerTag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 1, 2024
1 parent b7a7141 commit e71a5df
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ public Builder difficultyMax(float... unscaledMaxes) {
return this;
}

public Builder markerTag() {
this.difficultyMax = FloatList.of(1f);
return this;
}

public Builder disallowOnSameLine() {
this.allowedOnSameLine = false;
return this;
Expand Down

0 comments on commit e71a5df

Please sign in to comment.