mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Remove Ender Dragon, Wither, and Witch from granting combat experience and related configuration options
This commit is contained in:
@ -437,7 +437,6 @@ public final class CombatUtils {
|
||||
case BLAZE:
|
||||
case CAVE_SPIDER:
|
||||
case CREEPER:
|
||||
case ENDER_DRAGON:
|
||||
case ENDERMAN:
|
||||
case GHAST:
|
||||
case GIANT:
|
||||
@ -446,8 +445,6 @@ public final class CombatUtils {
|
||||
case SILVERFISH:
|
||||
case SLIME:
|
||||
case SPIDER:
|
||||
case WITCH:
|
||||
case WITHER:
|
||||
case ZOMBIE:
|
||||
baseXP = Config.getInstance().getCombatXP(type);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user