We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc3d29 commit 86a8daeCopy full SHA for 86a8dae
src/main/java/gregtech/api/color/ColorModeSupport.java
@@ -12,11 +12,11 @@ public enum ColorModeSupport {
12
/**
13
* This block only supports being colored to an {@link EnumDyeColor}.
14
*/
15
- DYE_ONLY("gregtech.color_mode.error.dye"),
+ DYE_ONLY("gregtech.color_mode.error.argb"),
16
17
* This block only supports being colored to an ARGB value.
18
19
- ARGB_ONLY("gregtech.color_mode.error.argb"),
+ ARGB_ONLY("gregtech.color_mode.error.dye"),
20
21
* This block supports being colored to a {@link EnumDyeColor} or ARGB value.
22
0 commit comments