aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-06 02:48:07 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-06 02:48:07 +0100
commit107836108836e8b95cbbbae66dacaf9b6f363a06 (patch)
tree863ff2a664a86e4a149e997d0d02ab2ae3911336
parent1433fc1f12e57b5f0a15b4c800496aec8dc5f3ab (diff)
downloadSkyHanni-107836108836e8b95cbbbae66dacaf9b6f363a06.tar.gz
SkyHanni-107836108836e8b95cbbbae66dacaf9b6f363a06.tar.bz2
SkyHanni-107836108836e8b95cbbbae66dacaf9b6f363a06.zip
Changed color for done garden visitors.
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
index cba2e6e80..6fbbb7923 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
@@ -278,7 +278,7 @@ class GardenVisitorFeatures {
if (entity is EntityLivingBase) {
if (visitor.done) {
- val color = LorenzColor.WHITE.toColor().withAlpha(120)
+ val color = LorenzColor.DARK_GRAY.toColor().withAlpha(120)
RenderLivingEntityHelper.setEntityColor(entity, color)
{ config.visitorHighlight }
} else if (visitor.items.isEmpty()) {