mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Add respawn anchors to blacklist
This commit is contained in:
parent
c60fbf1761
commit
3fe0b44ce8
@ -12,6 +12,7 @@ Version 2.1.129
|
|||||||
Added Warped Hyphae to Woodcutting experience tables
|
Added Warped Hyphae to Woodcutting experience tables
|
||||||
Added Stripped Warped Hyphae to Woodcutting experience tables
|
Added Stripped Warped Hyphae to Woodcutting experience tables
|
||||||
Lodestone will now be ignored for activating abilities
|
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
|
Edit your experience.yml or delete it to generate a new one
|
||||||
|
|
||||||
|
@ -945,6 +945,7 @@ public class MaterialMapStore {
|
|||||||
abilityBlackList.add("campfire");
|
abilityBlackList.add("campfire");
|
||||||
abilityBlackList.add("composter");
|
abilityBlackList.add("composter");
|
||||||
abilityBlackList.add("lodestone");
|
abilityBlackList.add("lodestone");
|
||||||
|
abilityBlackList.add("respawn_anchor");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fillToolBlackList()
|
private void fillToolBlackList()
|
||||||
@ -1082,6 +1083,7 @@ public class MaterialMapStore {
|
|||||||
toolBlackList.add("smoker");
|
toolBlackList.add("smoker");
|
||||||
toolBlackList.add("stonecutter");
|
toolBlackList.add("stonecutter");
|
||||||
toolBlackList.add("lodestone");
|
toolBlackList.add("lodestone");
|
||||||
|
toolBlackList.add("respawn_anchor");
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getTier(Material material) {
|
public int getTier(Material material) {
|
||||||
|
Loading…
Reference in New Issue
Block a user