Merge pull request #4621 from ltvill/patch-4

Change default examine chat color to green
This commit is contained in:
Lotto
2019-06-27 20:31:21 +01:00
committed by GitHub

View File

@@ -451,7 +451,7 @@ public interface ChatColorConfig extends Config
)
default Color transparentExamineHighlight()
{
return Color.decode("#0000FF");
return Color.GREEN;
}
@ConfigItem(