Added Ender Dragon, Wither, and Witch to combat experience multipliers

They do not give any XP by default.

Fixes #1763
This commit is contained in:
TfT_02
2014-01-19 19:40:33 +01:00
parent 976c3b8494
commit c6ea32f0b0
3 changed files with 7 additions and 0 deletions

View File

@ -439,6 +439,7 @@ public final class CombatUtils {
case BLAZE:
case CAVE_SPIDER:
case CREEPER:
case ENDER_DRAGON:
case ENDERMAN:
case GHAST:
case GIANT:
@ -447,6 +448,8 @@ public final class CombatUtils {
case SILVERFISH:
case SLIME:
case SPIDER:
case WITCH:
case WITHER:
case ZOMBIE:
baseXP = ExperienceConfig.getInstance().getCombatXP(type);
break;