mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Ignore soul campfires when activating abilities
This commit is contained in:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user