1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-20 16:01:26 +02:00

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
Changelog.txt
src/main/java/com/gmail/nossr50/util

@ -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

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