mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 17:23:42 +01:00 
			
		
		
		
	Fixed bug where Blast Mining was awarding too much XP
This commit is contained in:
		| @@ -12,6 +12,7 @@ Version 1.4.03-dev | |||||||
|  + Improved stats display for child skills |  + Improved stats display for child skills | ||||||
|  = Fixed bug with Blast Mining not dropping blocks correctly |  = Fixed bug with Blast Mining not dropping blocks correctly | ||||||
|  = Fixed bug with custom blocks not working |  = Fixed bug with custom blocks not working | ||||||
|  |  = Fixed bug where Blast Mining was awarding too much XP | ||||||
|  = Fixed bug where triple drops would award twice the amount of experience in Herbalism and Mining |  = Fixed bug where triple drops would award twice the amount of experience in Herbalism and Mining | ||||||
|  = Fixed bug where Green Thumb would consume wheat instead of seeds |  = Fixed bug where Green Thumb would consume wheat instead of seeds | ||||||
|  = Fixed bug where Green Terra would consume twice the amount of seed when used on crops |  = Fixed bug where Green Terra would consume twice the amount of seed when used on crops | ||||||
|   | |||||||
| @@ -146,7 +146,6 @@ public class MiningManager extends SkillManager{ | |||||||
|  |  | ||||||
|                 if (!mcMMO.placeStore.isTrue(blockState)) { |                 if (!mcMMO.placeStore.isTrue(blockState)) { | ||||||
|                     for (int i = 1; i < dropMultiplier; i++) { |                     for (int i = 1; i < dropMultiplier; i++) { | ||||||
|                         xp += Mining.getBlockXp(blockState); |  | ||||||
|                         Mining.handleSilkTouchDrops(blockState); // Bonus drops - should drop the block & not the items |                         Mining.handleSilkTouchDrops(blockState); // Bonus drops - should drop the block & not the items | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GJ
					GJ