mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fixed wolves from Call of the Wild only having 8 health.
This commit is contained in:
parent
e31c1e33d9
commit
158b3c43f8
@ -12,6 +12,7 @@ Version 1.4.06-dev
|
||||
+ Added new API method to McMMOPlayerLevelUpEvent to set levels gained
|
||||
+ Added new permission node for /ptp; mcmmo.commands.ptp.send (enabled by default)
|
||||
= Fixed displaying partial names when trying to use /ptp
|
||||
= Fixed wolves from Call of the Wild only having 8 health
|
||||
! Changed Chimaera Wing's recipe result to use the ingredient Material
|
||||
|
||||
Version 1.4.05
|
||||
|
@ -194,6 +194,7 @@ public class TamingManager extends SkillManager {
|
||||
((Ocelot) entity).setCatType(Ocelot.Type.getType(1 + Misc.getRandom().nextInt(3)));
|
||||
}
|
||||
else {
|
||||
entity.setMaxHealth(20);
|
||||
entity.setHealth(entity.getMaxHealth());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user