aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-03 20:04:47 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-03 20:04:47 +0200
commitfde5544ca7a49f8315318a249607769aee87661c (patch)
treea579f4c0ca413a40bec047de8a8af2bace587994
parentfa524e03723906c5fda6073b6ff289af4742b6b6 (diff)
downloadskyhanni-fde5544ca7a49f8315318a249607769aee87661c.tar.gz
skyhanni-fde5544ca7a49f8315318a249607769aee87661c.tar.bz2
skyhanni-fde5544ca7a49f8315318a249607769aee87661c.zip
added todo
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocations.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocations.kt b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocations.kt
index 4fd39eb96..00f59cdb8 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocations.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocations.kt
@@ -23,6 +23,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
@SkyHanniModule
object HoppityEggLocations {
+ // TODO add gui/command to show total data/missing islands
private var collectedEggStorage: MutableMap<IslandType, MutableSet<LorenzVec>>
get() = ChocolateFactoryAPI.profileStorage?.collectedEggLocations ?: mutableMapOf()
set(value) {