3% != 100% - Fixes #671

This commit is contained in:
GJ 2013-02-11 17:35:01 -05:00
parent 98a64a0948
commit 76523d2988

View File

@ -148,7 +148,7 @@ public final class ShakeMob {
possibleDrops.put(new ItemStack(Material.RED_MUSHROOM, Misc.getRandom().nextInt(3) + 1), 30);
break;
case PIG:
possibleDrops.put(new ItemStack(Material.PORK), 3);
possibleDrops.put(new ItemStack(Material.PORK), 100);
break;
case PIG_ZOMBIE:
possibleDrops.put(new ItemStack(Material.ROTTEN_FLESH), 50);