Skip to content

Commit

Permalink
Fix info about entries being obtainable by block transmutation showin…
Browse files Browse the repository at this point in the history
…g even if these results are excluded.
  • Loading branch information
Matriks404 committed Feb 24, 2024
1 parent c17d904 commit 8bfce86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ function doEntriesContainEntryType(entries, type) {
return false;
}

if (excludeObtainableByBlockTransmutation && entry.isObtainableByBlockTransmutation) {
return false;
}

if (excludeObtainableByNotch && entry.isObtainableByNotch) {
return false;
}
Expand Down

0 comments on commit 8bfce86

Please sign in to comment.