mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-21 20:56: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("respawn_anchor");
|
||||
toolBlackList.add("sweet_berry_bush");
|
||||
toolBlackList.add("smithing_table");
|
||||
}
|
||||
|
||||
public boolean isIntendedToolPickaxe(@NotNull Material material) {
|
||||
|
Loading…
Reference in New Issue
Block a user