Skip to content

Commit 86a8dae

Browse files
committed
Swap error messages
1 parent ebc3d29 commit 86a8dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/gregtech/api/color/ColorModeSupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ public enum ColorModeSupport {
1212
/**
1313
* This block only supports being colored to an {@link EnumDyeColor}.
1414
*/
15-
DYE_ONLY("gregtech.color_mode.error.dye"),
15+
DYE_ONLY("gregtech.color_mode.error.argb"),
1616
/**
1717
* This block only supports being colored to an ARGB value.
1818
*/
19-
ARGB_ONLY("gregtech.color_mode.error.argb"),
19+
ARGB_ONLY("gregtech.color_mode.error.dye"),
2020
/**
2121
* This block supports being colored to a {@link EnumDyeColor} or ARGB value.
2222
*/

0 commit comments

Comments
 (0)