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

View File

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