mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Add player tamed experience multiplier
This commit is contained in:
@ -4,6 +4,7 @@ Version 2.1.148
|
||||
Made some optimizations to combat processing
|
||||
New experience multiplier labeled 'Eggs' in experience.yml with a default value of 0 (previously mobs from eggs were using the Mobspawner experience multiplier)
|
||||
New experience multiplier labeled 'Nether_Portal' in experience.yml with a default value of 0
|
||||
New experience multiplier labeled 'Player_Tamed' in experience.yml with a default value of 0
|
||||
|
||||
Fixed a bug where mobs from eggs were only tracked if it was dispensed (egg tracking now tracks from egg items as well)
|
||||
Fixed a bug where egg spawned mobs were sometimes not marked as being from an egg (used in experience multipliers)
|
||||
@ -18,6 +19,7 @@ Version 2.1.148
|
||||
Endermen who target endermite are tracked persistently and are no longer forgotten about after a restart
|
||||
COTW spawned mobs are tracked persistently and are no longer forgotten about after a restart
|
||||
Player bred mobs are tracked persistently and are no longer forgotten about after a restart
|
||||
Player tamed mobs are tracked persistently and are no longer forgotten about after a restart
|
||||
|
||||
NOTES:
|
||||
Egg mobs & Nether portal pigs being assigned to the mobspawner xp multiplier didn't make sense to me, so it has been changed. They have their own XP multipliers now.
|
||||
|
Reference in New Issue
Block a user