Skip to content

Commit

Permalink
removed useless list (should get added by the other main elements)
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <[email protected]>
  • Loading branch information
j10a1n15 committed Jan 7, 2025
1 parent 7037275 commit 6b02c60
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package at.hannibal2.skyhanni.features.gui.customscoreboard.elements

import at.hannibal2.skyhanni.data.BitsAPI
import at.hannibal2.skyhanni.data.MiningAPI
import at.hannibal2.skyhanni.data.PurseAPI
import at.hannibal2.skyhanni.features.gui.customscoreboard.ChunkedStatsLine.Companion.getChunkedStats
import at.hannibal2.skyhanni.features.gui.customscoreboard.ChunkedStatsLine.Companion.shouldShowChunkedStats
import at.hannibal2.skyhanni.features.gui.customscoreboard.ChunkedStatsLine.Companion.showChunkedStatsIsland
import at.hannibal2.skyhanni.features.gui.customscoreboard.CustomScoreboard.chunkedConfig
import at.hannibal2.skyhanni.features.gui.customscoreboard.ScoreboardPattern

// internal, widget and scoreboard
// a bit of everything
Expand All @@ -19,10 +15,5 @@ object ScoreboardElementChunkedStats : ScoreboardElement() {

override val configLine = "§652,763,737 §7| §d64,647 §7| §6249M\n§b59,264 §7| §c23,495 §7| §a57,873\n§c♨ 0 §7| §b0❄ §7| §d756"

override val elementPatterns = listOf(
PurseAPI.coinsPattern, ScoreboardPattern.motesPattern, BitsAPI.bitsScoreboardPattern,
ScoreboardPattern.copperPattern, ScoreboardPattern.heatPattern, MiningAPI.coldPattern, ScoreboardPattern.northstarsPattern,
)

override fun showIsland() = showChunkedStatsIsland()
}

0 comments on commit 6b02c60

Please sign in to comment.