mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
Update Documentation
This commit is contained in:
@@ -18,7 +18,8 @@ public class MidnightConfigExample extends MidnightConfig {
|
|||||||
QUILT, FABRIC
|
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(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
|
public static int imposter = 16777215; // - Entries without an @Entry or @Comment annotation are ignored
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user