mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Ignore soul campfires when activating abilities
This commit is contained in:
parent
369251fb6b
commit
795b1ffff5
@ -14,6 +14,7 @@ Version 2.1.129
|
||||
Added Shroomlight to Herbalism experience tables
|
||||
Lodestone will now be ignored for activating abilities
|
||||
Respawn Anchor will now be ignored for activating abilities
|
||||
Soul Campfire will now be ignored for activating abilities
|
||||
|
||||
Edit your experience.yml or delete it to generate a new one
|
||||
|
||||
|
@ -943,6 +943,7 @@ public class MaterialMapStore {
|
||||
abilityBlackList.add("barrel");
|
||||
abilityBlackList.add("blast_furnace");
|
||||
abilityBlackList.add("campfire");
|
||||
abilityBlackList.add("soul_campfire");
|
||||
abilityBlackList.add("composter");
|
||||
abilityBlackList.add("lodestone");
|
||||
abilityBlackList.add("respawn_anchor");
|
||||
@ -1075,6 +1076,7 @@ public class MaterialMapStore {
|
||||
toolBlackList.add("barrel");
|
||||
toolBlackList.add("blast_furnace");
|
||||
toolBlackList.add("campfire");
|
||||
toolBlackList.add("soul_campfire");
|
||||
toolBlackList.add("cartography_table");
|
||||
toolBlackList.add("composter");
|
||||
toolBlackList.add("grindstone");
|
||||
|
Loading…
Reference in New Issue
Block a user