grounditems: lighten default highlight color

This commit is contained in:
Zeruth
2019-08-11 17:05:43 -04:00
parent 5a3772540f
commit 537f89078b

View File

@@ -74,7 +74,7 @@ public interface GroundItemsConfig extends Config
@Alpha
default Color highlightedColor()
{
return Color.decode("#AA00FF");
return Color.decode("#C46AFF");
}
@ConfigItem(