mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Added smithing_table to tool readiness blacklist
This commit is contained in:
parent
283fa14380
commit
e011f545a7
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user