Add respawn anchors to blacklist

This commit is contained in:
nossr50 2020-06-22 02:28:56 -07:00
parent c60fbf1761
commit 3fe0b44ce8
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Version 2.1.129
Added Warped Hyphae to Woodcutting experience tables
Added Stripped Warped Hyphae to Woodcutting experience tables
Lodestone will now be ignored for activating abilities
Respawn Anchor will now be ignored for activating abilities
Edit your experience.yml or delete it to generate a new one

View File

@ -945,6 +945,7 @@ public class MaterialMapStore {
abilityBlackList.add("campfire");
abilityBlackList.add("composter");
abilityBlackList.add("lodestone");
abilityBlackList.add("respawn_anchor");
}
private void fillToolBlackList()
@ -1082,6 +1083,7 @@ public class MaterialMapStore {
toolBlackList.add("smoker");
toolBlackList.add("stonecutter");
toolBlackList.add("lodestone");
toolBlackList.add("respawn_anchor");
}
public int getTier(Material material) {