Skip to content

Commit

Permalink
Added smithing_table to tool readiness blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Apr 3, 2023
1 parent 283fa14 commit e011f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/gmail/nossr50/util/MaterialMapStore.java
Expand Up @@ -1321,6 +1321,7 @@ private void fillToolBlackList()
toolBlackList.add("lodestone");
toolBlackList.add("respawn_anchor");
toolBlackList.add("sweet_berry_bush");
toolBlackList.add("smithing_table");
}

public boolean isIntendedToolPickaxe(@NotNull Material material) {
Expand Down

0 comments on commit e011f54

Please sign in to comment.