Change default examine chat color to green
For better visibility
This commit is contained in:
@@ -451,7 +451,7 @@ public interface ChatColorConfig extends Config
|
|||||||
)
|
)
|
||||||
default Color transparentExamineHighlight()
|
default Color transparentExamineHighlight()
|
||||||
{
|
{
|
||||||
return Color.decode("#0000FF");
|
return Color.GREEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user