Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen authored Feb 22, 2022
1 parent 5183b54 commit 8c1c00f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public static enum TestEnum { // Enums allow the u
QUILT, FABRIC
}
@Entry(min=10,max=30) public static int hello = 15675965; // - The entered number has to be larger than 10 and smaller than 30

@Entry(width = 7, min = 7, isColor = true) public static String titleColor = "#ffffff"; // The isColor property adds a preview box for a hexadecimal color
@Entry public static List<String> blurExclusions = Mod.defaultExclusions; // Array String Lists are also supported

public static int imposter = 16777215; // - Entries without an @Entry or @Comment annotation are ignored

Expand Down

0 comments on commit 8c1c00f

Please sign in to comment.