mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16: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;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (target.hasMetadata(mcMMO.entityMetadataKey)) {
|
if (target.hasMetadata(mcMMO.entityMetadataKey)) {
|
||||||
baseXP *= Config.getInstance().getSpawnedMobXpMultiplier();
|
baseXP *= Config.getInstance().getSpawnedMobXpMultiplier();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
baseXP *= 10;
|
baseXP *= 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user