Skip to content

Commit

Permalink
Allow setting MC font
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Nov 1, 2024
1 parent d5039ef commit 9280f85
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ public TextWrapper scaleXY() {
return this;
}

public TextWrapper fontMC() {
this.fontId = null;
return this;
}

public TextWrapper font(String fontId) {
return font(new Identifier(fontId));
}
Expand Down

0 comments on commit 9280f85

Please # to comment.