|
4 | 4 |
|
5 | 5 | public class Config extends MidnightConfig { |
6 | 6 | public static String painAndSufferingAndSufferingAndPain = "I understand what I am doing will cause potential instabilities with Flashback. I will not report this to Flashback support. Praise Winter. Praise Moulberry. Praise Ishland."; |
| 7 | + public static final String limitsGrappleCategory = "limitsGrapple"; |
| 8 | + public static final String flashbackCategory = "flashback"; |
| 9 | + public static final String limitsGrappleModId = "limits_grapple"; |
| 10 | + public static final String flashbackModId = "flashback"; |
7 | 11 |
|
8 | | - @Entry(category = "limitsGrapple", isColor = true) |
| 12 | + @Comment(category = limitsGrappleCategory) |
| 13 | + public static String limitsGrappleSwingColorWindowMissingWarning; |
| 14 | + |
| 15 | + @Entry(category = limitsGrappleCategory, isColor = true, width = 7, min = 7) |
| 16 | + @Condition(requiredModId = limitsGrappleModId) |
9 | 17 | public static String limitsGrappleHitColor = "#3333ff"; |
10 | 18 |
|
11 | | - @Entry(category = "limitsGrapple", isColor = true) |
| 19 | + @Entry(category = limitsGrappleCategory, isColor = true, width = 7, min = 7) |
| 20 | + @Condition(requiredModId = limitsGrappleModId) |
12 | 21 | public static String limitsGrappleMissColor = "#99994c"; |
13 | 22 |
|
14 | | - @Comment(category = "flashback") |
15 | | - @Condition(requiredModId = "flashback") |
| 23 | + @Comment(category = flashbackCategory) |
| 24 | + @Condition(requiredModId = flashbackModId) |
16 | 25 | public static String flashbackReplayForceAllowIncompatibleModsExtremeWarning; |
17 | 26 |
|
18 | | - @Comment(category = "flashback") |
19 | | - @Condition(requiredModId = "flashback") |
| 27 | + @Comment(category = flashbackCategory) |
| 28 | + @Condition(requiredModId = flashbackModId) |
20 | 29 | public static String flashbackSpacer; |
21 | 30 |
|
22 | | - @Comment(category = "flashback") |
23 | | - @Condition(requiredModId = "flashback") |
| 31 | + @Comment(category = flashbackCategory) |
| 32 | + @Condition(requiredModId = flashbackModId) |
24 | 33 | public static String flashbackReplayForceAllowIncompatibleModsExtremeWarning2; |
25 | 34 |
|
26 | | - @Comment(category = "flashback") |
27 | | - @Condition(requiredModId = "flashback") |
| 35 | + @Comment(category = flashbackCategory) |
| 36 | + @Condition(requiredModId = flashbackModId) |
28 | 37 | public static String flashbackSpacer2; |
29 | 38 |
|
30 | | - @Entry(category = "flashback") |
31 | | - @Condition(requiredModId = "flashback") |
| 39 | + @Entry(category = flashbackCategory) |
| 40 | + @Condition(requiredModId = flashbackModId) |
32 | 41 | public static String flashbackReplayForceAllowIncompatibleMods = ""; |
33 | 42 | } |
0 commit comments