Fix wrong dye data value for Gray in #getDyeColor (#31)

This commit is contained in:
ItsAZZA 2021-12-08 10:46:36 +02:00 committed by GitHub
parent cd34b24517
commit 93c7b802f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1117,7 +1117,7 @@ public class ItemUtils {
case '7':
return CompatibleMaterial.LIGHT_GRAY_DYE;
case '8':
return CompatibleMaterial.GREEN_DYE;
return CompatibleMaterial.GRAY_DYE;
case 'a':
return CompatibleMaterial.LIME_DYE;
case 'b':