Fixed bug with anvils and leveled items.
Changes
- Fixed bug where anvils wouldn't combine levels and XP with leveled items.
- Fixed bug where lore would disappear when repairing/combining leveled items in anvils.
- Added new config value:
Code (YAML):
# What action should be done when combining items in an anvil?
# Modes: "HIGHER_OF_BOTH" (Takes level and xp of higher level item), "LOWER_OF_BOTH" (Takes level and xp of lower level item), OR "ADD_BOTH" (Adds the level and XP of both items)
anvil_combine
:
"ADD_BOTH"