Ability to apply mending to XP API
This allows plugins that give players the ability to apply the experience points to the Item Mending formula, which will repair an item instead of giving the player experience points. Both an API To standalone mend, and apply mending logic to .giveExp has been added.
This commit is contained in:
parent
d82250d611
commit
fc194dfaae
3 changed files with 182 additions and 0 deletions
|
@ -62,6 +62,8 @@ import DataConverterMaterialId
|
|||
import DataInspectorBlockEntity
|
||||
import DataPalette
|
||||
import DefinedStructure
|
||||
import EnchantmentManager
|
||||
import Enchantments
|
||||
import EntityLlama
|
||||
import EntitySquid
|
||||
import EntityTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue