* Fix XP duplication glitch when brewing potion
* The duplication appears if potions are quick moved into the brewing stand,
they stack while they shouldn't, and XP is duplicated
* The issue is within minecraft and the fix is not trivial when modding, so
the workaround was to ignore slots with more than one potion
* Port to 1.20.1
* Fix XP duplication glitch introduced in 1.5 and 1.5.1 (#22)
* Redesigned XP Books texture to match their ingredient
* XP Books now need Crystallized Lapis in their recipe instead of Lapis Lazuli
* Crystallized Lapis is made of Lapis Lazuli and Amethyst Shard
* This comes from XP Storage - Trinkets mod
* Port to 1.19.3
* XP Books use CC api to store levels and experience (not damage anymore, incompatible with older versions)
* XP Bottles brew per level increment depending on XP Book level, giving possibility to have an exact amount
* XP Bottles can store up to a maximum capacity of level
* Fix vanilla experience adding (mojang bug)
* Readd books' parameters (fireproof and rarity)