Remove Ender Dragon, Wither, and Witch from granting combat experience and related configuration options

This commit is contained in:
NuclearW 2013-03-24 01:31:50 -04:00
parent f9a823e4b0
commit da5238878d
3 changed files with 1 additions and 6 deletions

View File

@ -23,6 +23,7 @@ Version 1.4.04-dev
! Updated localization files ! Updated localization files
- Removed deprecated functions from API classes. - Removed deprecated functions from API classes.
- Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead - Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead
- Removed Ender Dragon, Wither, and Witch from granting combat experience and related configuration options
Version 1.4.03 Version 1.4.03
+ Added option to advanced.yml to determine the # of enchant levels used when buffing Super Breaker & Giga Drill Breaker + Added option to advanced.yml to determine the # of enchant levels used when buffing Super Breaker & Giga Drill Breaker

View File

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

View File

@ -340,9 +340,6 @@ Experience:
Silverfish: 3.0 Silverfish: 3.0
Blaze: 3.0 Blaze: 3.0
Magma_Cube: 2.0 Magma_Cube: 2.0
Ender_Dragon: 8.0
Wither: 7.0
Witch: 4.0
Iron_Golem: 2.0 Iron_Golem: 2.0
Wither_Skeleton: 4.0 Wither_Skeleton: 4.0
# #