Added
- You can now apply enchantments to customsurprise items:
Code (YAML):
# If you want to enchant an item, use the following format(please note that you CAN'T specify an amount!):
# {ITEM}!{enchantment_name}-{LEVEL}
# The enchantment name is the vanilla name, all in lowercase and spaces replace by a _.
Items
:
- DIAMOND_SWORD!unbreaking-2!sharpness-1
Changed
- The update checker has been improved. I'm now using the
UpdateChecker made by
@Choco which is way better than mine.
Fixed
- Fixed a NPE when using the : character to specify the amount in items for customsurprises.
- Hopefully fixed the crashing issue with custom surprises.