mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
Add lodestone to ability / tool blacklists
This commit is contained in:
parent
0a26f7122a
commit
c60fbf1761
@ -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
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user