mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-22 23:34:44 +02:00
Added smithing_table to tool readiness blacklist
This commit is contained in:
@ -1321,6 +1321,7 @@ public class MaterialMapStore {
|
|||||||
toolBlackList.add("lodestone");
|
toolBlackList.add("lodestone");
|
||||||
toolBlackList.add("respawn_anchor");
|
toolBlackList.add("respawn_anchor");
|
||||||
toolBlackList.add("sweet_berry_bush");
|
toolBlackList.add("sweet_berry_bush");
|
||||||
|
toolBlackList.add("smithing_table");
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isIntendedToolPickaxe(@NotNull Material material) {
|
public boolean isIntendedToolPickaxe(@NotNull Material material) {
|
||||||
|
Reference in New Issue
Block a user