1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-29 05:09:45 +01:00

Added smithing_table to tool readiness blacklist

This commit is contained in:
nossr50 2023-04-02 20:44:00 -07:00
parent 283fa14380
commit e011f545a7

@ -1321,6 +1321,7 @@ public class MaterialMapStore {
toolBlackList.add("lodestone");
toolBlackList.add("respawn_anchor");
toolBlackList.add("sweet_berry_bush");
toolBlackList.add("smithing_table");
}
public boolean isIntendedToolPickaxe(@NotNull Material material) {