diff --git a/PCK-Studio/Internal/GameConstants.cs b/PCK-Studio/Internal/GameConstants.cs index 08576417..6f055546 100644 --- a/PCK-Studio/Internal/GameConstants.cs +++ b/PCK-Studio/Internal/GameConstants.cs @@ -9,6 +9,7 @@ namespace PckStudio.Internal { internal static class GameConstants { + // See: https://minecraft.fandom.com/wiki/Dye#Color_values for more information. public static readonly Color[] DyeColors = [ Color.FromArgb(0xf9fffe), // White Color.FromArgb(0xf9801d), // Orange