Add new ExperienceAPI method to specify if XP can be shared

This commit is contained in:
TfT_02
2014-08-22 11:49:16 -07:00
parent 087a0b079f
commit b61c65636b
2 changed files with 71 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Version 1.5.01-dev
+ Added API to ExperienceAPI to get the amount of XP needed for a level
+ Added API class SkillAPI used to get a list of valid skill names
+ Added API events for hardcore features, McMMOPlayerPreDeathPenaltyEvent, McMMOPlayerStatLossEvent and McMMOPlayerVampirismEvent
+ Added API to ExperienceAPI to specify if XP can be shared
+ Added options to tools.yml and armor.yml config files to set a pretty repair material name
+ Added full support for repairables in tools.yml and armor.yml config files
+ Added magical mod config file import command, for Cauldron 1.7+. Check wiki for usage