Skip to content

Commit

Permalink
Add chiseled_bookshelf 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 668cc0e commit ca710b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.txt
@@ -1,5 +1,5 @@
Version 2.1.219
Added support for various things from Minecraft 1.20
Added support for various new things from Minecraft 1.20
Fixed double drop issue with Beetroots
Added 'Cherry_Log' to woodcutting experience in experience.yml
Added 'Cherry_Wood' to woodcutting experience in experience.yml
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/gmail/nossr50/util/MaterialMapStore.java
Expand Up @@ -1172,6 +1172,7 @@ private void fillAbilityBlackList()

private void fillToolBlackList()
{
toolBlackList.add("chiseled_bookshelf");
toolBlackList.add("black_bed");
toolBlackList.add("blue_bed");
toolBlackList.add("brown_bed");
Expand Down

0 comments on commit ca710b4

Please sign in to comment.