diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-05-07 22:41:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 22:41:10 +0200 |
| commit | 912c8d8a8c9ad412b2f94827e09a9cf262e5b69a (patch) | |
| tree | 39abdb48d61f5989210e6e73a1254b36992449f3 /src/main/java/at/hannibal2/skyhanni/data | |
| parent | 50f3954a3c0e15eb18ae864bbd28e0b645aa9d1b (diff) | |
| download | skyhanni-912c8d8a8c9ad412b2f94827e09a9cf262e5b69a.tar.gz skyhanni-912c8d8a8c9ad412b2f94827e09a9cf262e5b69a.tar.bz2 skyhanni-912c8d8a8c9ad412b2f94827e09a9cf262e5b69a.zip | |
Feature: Mining Commissions Blocks Color (#1701)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt b/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt index 45a31fc37..1124e7946 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt @@ -19,7 +19,7 @@ import kotlin.time.Duration.Companion.seconds object MiningAPI { private val group = RepoPattern.group("data.miningapi") - private val glaciteAreaPattern by group.pattern("area.glacite", "Glacite Tunnels") + private val glaciteAreaPattern by group.pattern("area.glacite", "Glacite Tunnels|Glacite Lake") val coldReset by group.pattern( "cold.reset", "§6The warmth of the campfire reduced your §r§b❄ Cold §r§6to §r§a0§r§6!|§c ☠ §r§7You froze to death§r§7." |
