mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 04:25:19 +01:00
Fix wrong dye data value for Gray in #getDyeColor (#31)
This commit is contained in:
parent
cd34b24517
commit
93c7b802f6
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user