mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	whoops
This commit is contained in:
		@@ -181,7 +181,7 @@ public class MiningManager extends SkillManager {
 | 
				
			|||||||
//        float debrisYield = yield - debrisReduction;
 | 
					//        float debrisYield = yield - debrisReduction;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for (BlockState blockState : ores) {
 | 
					        for (BlockState blockState : ores) {
 | 
				
			||||||
            if (RandomUtils.nextFloat() >= (yield + getOreBonus())) {
 | 
					            if (RandomUtils.nextFloat() < (yield + getOreBonus())) {
 | 
				
			||||||
                xp += Mining.getBlockXp(blockState);
 | 
					                xp += Mining.getBlockXp(blockState);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                Misc.dropItem(Misc.getBlockCenter(blockState), new ItemStack(blockState.getType())); // Initial block that would have been dropped
 | 
					                Misc.dropItem(Misc.getBlockCenter(blockState), new ItemStack(blockState.getType())); // Initial block that would have been dropped
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user