mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	3% != 100% - Fixes #671
This commit is contained in:
		@@ -148,7 +148,7 @@ public final class ShakeMob {
 | 
				
			|||||||
            possibleDrops.put(new ItemStack(Material.RED_MUSHROOM, Misc.getRandom().nextInt(3) + 1), 30);
 | 
					            possibleDrops.put(new ItemStack(Material.RED_MUSHROOM, Misc.getRandom().nextInt(3) + 1), 30);
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        case PIG:
 | 
					        case PIG:
 | 
				
			||||||
            possibleDrops.put(new ItemStack(Material.PORK), 3);
 | 
					            possibleDrops.put(new ItemStack(Material.PORK), 100);
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
        case PIG_ZOMBIE:
 | 
					        case PIG_ZOMBIE:
 | 
				
			||||||
            possibleDrops.put(new ItemStack(Material.ROTTEN_FLESH), 50);
 | 
					            possibleDrops.put(new ItemStack(Material.ROTTEN_FLESH), 50);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user