Skip to content

Commit

Permalink
Fix void bit calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Aug 15, 2021
1 parent 3810d83 commit 1b5b49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/github/seggan/sfcalc/SFCalc.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ protected void enable() {
blacklistedIds.add("SILICON");
blacklistedIds.add("FALLEN_METEOR");
blacklistedIds.add("RUBBER");
blacklistedIds.add("VOID_BIT");
}

@Override
Expand Down

0 comments on commit 1b5b49c

Please sign in to comment.