mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 10:33:43 +01:00 
			
		
		
		
	2.1.101
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
Version 2.1.101
 | 
			
		||||
    Fixed an exploit where chorus plants could be used to gain automatic XP
 | 
			
		||||
    Added blast furnace, cartography table, grindstone, lectern, loom, scaffolding, smoker, stonecutter, and sweet berry bush to the list of internal blocks that don't trigger tool readying
 | 
			
		||||
 | 
			
		||||
Version 2.1.100
 | 
			
		||||
    Fixed a bug where plants could double drop when the skill was not yet unlocked
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -2,7 +2,7 @@
 | 
			
		||||
    <modelVersion>4.0.0</modelVersion>
 | 
			
		||||
    <groupId>com.gmail.nossr50.mcMMO</groupId>
 | 
			
		||||
    <artifactId>mcMMO</artifactId>
 | 
			
		||||
    <version>2.1.101-SNAPSHOT</version>
 | 
			
		||||
    <version>2.1.101</version>
 | 
			
		||||
    <name>mcMMO</name>
 | 
			
		||||
    <url>https://github.com/mcMMO-Dev/mcMMO</url>
 | 
			
		||||
    <scm>
 | 
			
		||||
 
 | 
			
		||||
@@ -299,6 +299,14 @@ public class MaterialMapStore {
 | 
			
		||||
        abilityBlackList.add("shulker_box");
 | 
			
		||||
        abilityBlackList.add("wall_sign"); //1.13 and lower?
 | 
			
		||||
        abilityBlackList.add("sign"); //1.13 and lower?
 | 
			
		||||
        abilityBlackList.add("cartography_table");
 | 
			
		||||
        abilityBlackList.add("grindstone");
 | 
			
		||||
        abilityBlackList.add("lectern");
 | 
			
		||||
        abilityBlackList.add("loom");
 | 
			
		||||
        abilityBlackList.add("scaffolding");
 | 
			
		||||
        abilityBlackList.add("smoker");
 | 
			
		||||
        abilityBlackList.add("stonecutter");
 | 
			
		||||
        abilityBlackList.add("sweet_berry_bush");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    private void fillToolBlackList()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user