mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	BlockCracker fix for infested stone bricks
This commit is contained in:
		@@ -1,4 +1,6 @@
 | 
				
			|||||||
Version 2.1.113
 | 
					Version 2.1.113
 | 
				
			||||||
 | 
					    Fixed bug where BlockCracker didn't work on infested_stone_bricks
 | 
				
			||||||
 | 
					    Fixed a bug where beacons could be duplicated
 | 
				
			||||||
    Check player's PTP world permissions before executing a party teleport
 | 
					    Check player's PTP world permissions before executing a party teleport
 | 
				
			||||||
    Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness
 | 
					    Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -170,6 +170,8 @@ public class MaterialMapStore {
 | 
				
			|||||||
    private void fillBlockCrackerWhiteList()
 | 
					    private void fillBlockCrackerWhiteList()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        blockCrackerWhiteList.add("stone_bricks");
 | 
					        blockCrackerWhiteList.add("stone_bricks");
 | 
				
			||||||
 | 
					        blockCrackerWhiteList.add("infested_stone_bricks");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private void fillHerbalismAbilityBlackList()
 | 
					    private void fillHerbalismAbilityBlackList()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user