diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-15 20:05:20 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-15 20:05:20 +0200 |
commit | 751def453a076baa1d2a07dc03f6fddcdf142271 (patch) | |
tree | b37368fef01cb3a70038a9130067b14c86f34024 /src/main/java/at/hannibal2/skyhanni/api | |
parent | ec08babcd63289587a269dd45f5ba8488d2921e7 (diff) | |
download | skyhanni-751def453a076baa1d2a07dc03f6fddcdf142271.tar.gz skyhanni-751def453a076baa1d2a07dc03f6fddcdf142271.tar.bz2 skyhanni-751def453a076baa1d2a07dc03f6fddcdf142271.zip |
fixed bugs around visitor status changes, visitor highlighting updates now faster, added detection for when the items required are in the sacks already
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/api')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/api/CollectionAPI.kt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |