mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Animals can also have the "Spawned Entity" tag
This commit is contained in:
parent
198ee6a7ed
commit
1ae9b0f4d2
@ -505,10 +505,10 @@ public final class CombatUtils {
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (target.hasMetadata(mcMMO.entityMetadataKey)) {
|
||||
baseXP *= Config.getInstance().getSpawnedMobXpMultiplier();
|
||||
}
|
||||
if (target.hasMetadata(mcMMO.entityMetadataKey)) {
|
||||
baseXP *= Config.getInstance().getSpawnedMobXpMultiplier();
|
||||
}
|
||||
|
||||
baseXP *= 10;
|
||||
|
Loading…
Reference in New Issue
Block a user