From f0b5d179bbe51fc9aa0c441a100719680d82c825 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:13:22 +0200 Subject: formatting --- src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/data') diff --git a/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt b/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt index 8fe946833..1ff5a5d1d 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/MiningAPI.kt @@ -39,11 +39,11 @@ object MiningAPI { private val dwarvenBaseCampPattern by group.pattern("area.basecamp", "Dwarven Base Camp") private 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." + "§6The warmth of the campfire reduced your §r§b❄ Cold §r§6to §r§a0§r§6!|§c ☠ §r§7You froze to death§r§7.", ) private val coldResetDeath by group.pattern( "cold.deathreset", - "§c ☠ §r§7§r§.(?.+)§r§7 (?.+)" + "§c ☠ §r§7§r§.(?.+)§r§7 (?.+)", ) data class MinedBlock(val ore: OreBlock, var position: LorenzVec, var confirmed: Boolean, val time: SimpleTimeMark) -- cgit