Add chiseled_bookshelf to tool readiness blacklist

This commit is contained in:
nossr50 2023-04-02 19:55:30 -07:00
parent 668cc0e4a3
commit ca710b4302
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Version 2.1.219 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 Fixed double drop issue with Beetroots
Added 'Cherry_Log' to woodcutting experience in experience.yml Added 'Cherry_Log' to woodcutting experience in experience.yml
Added 'Cherry_Wood' to woodcutting experience in experience.yml Added 'Cherry_Wood' to woodcutting experience in experience.yml

View File

@ -1172,6 +1172,7 @@ public class MaterialMapStore {
private void fillToolBlackList() private void fillToolBlackList()
{ {
toolBlackList.add("chiseled_bookshelf");
toolBlackList.add("black_bed"); toolBlackList.add("black_bed");
toolBlackList.add("blue_bed"); toolBlackList.add("blue_bed");
toolBlackList.add("brown_bed"); toolBlackList.add("brown_bed");