Add lodestone to ability / tool blacklists

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

View File

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

View File

@ -944,6 +944,7 @@ public class MaterialMapStore {
abilityBlackList.add("blast_furnace");
abilityBlackList.add("campfire");
abilityBlackList.add("composter");
abilityBlackList.add("lodestone");
}
private void fillToolBlackList()
@ -1080,6 +1081,7 @@ public class MaterialMapStore {
toolBlackList.add("loom");
toolBlackList.add("smoker");
toolBlackList.add("stonecutter");
toolBlackList.add("lodestone");
}
public int getTier(Material material) {