From 751def453a076baa1d2a07dc03f6fddcdf142271 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:05:20 +0200 Subject: fixed bugs around visitor status changes, visitor highlighting updates now faster, added detection for when the items required are in the sacks already --- src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/api') diff --git a/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt b/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt index ea4584119..f305d7aee 100644 --- a/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt @@ -23,6 +23,9 @@ class CollectionAPI { "EGG", "POISONOUS_POTATO", "REDSTONE_BLOCK", + "MUSHROOM_COLLECTION", + "RAW_SOULFLOW", + "GEMSTONE_COLLECTION", ) @SubscribeEvent -- cgit