levelsPerVanillaLevel
. The level of the vanilla enchantment is calculated as follows:
Example:
levelsPerVanillaLevel: 30
Custom enchant level = 65
65/30 = 2.17 -> 2
Always rounded down as an integerlevelsPerPotionLevel
. The level of the potion is calculated as follows:
Example:
levelsPerPotionLevel: 2
Speed enchant level = 3
3/2 = 1.5 -> Speed 1
Always rounded down as an integer