Для начала находим файл конфигурации .minecraft -> config -> lootingmod.cfg (Если что, данный файл появляется только после хотябы одного запуска майнкрафта с модом LootingVI). Далее открываем его с помощью WordPat или Блокнота и находим те самые строки в которых написан максимальный уровень зачарований:
# The max level for the enchantments of class EnchantmentArrowDamage(Power). [range: 1 ~ 10, default: 6]
I:EnchantmentArrowDamageLvl=6
# The max level for the enchantments of class EnchantmentArrowKnockback(Punch). [range: 1 ~ 10, default: 2]
I:EnchantmentArrowKnockbackLvl=2
# The max level for the enchantments of class EnchantmentDamage(Sharpness, Smite and Bane of Arthropods). [range: 1 ~ 10, default: 6]
I:EnchantmentDamageLvl=6
# The max level for the enchantments of class EnchantmentDigging(Efficiency). [range: 1 ~ 10, default: 6]
I:EnchantmentDiggingLvl=6
# The max level for the enchantments of class EnchantmentDurability(Unbreaking). [range: 1 ~ 10, default: 3]
I:EnchantmentDurabilityLvl=3
# The max level for the enchantments of class EnchantmentFireAspect(Fire Aspect). [range: 1 ~ 10, default: 2]
I:EnchantmentFireAspectLvl=2
# The max level for the enchantments of class EnchantmentFishingSpeed(Lure). [range: 1 ~ 10, default: 3]
I:EnchantmentFishingSpeedLvl=3
# The max level for the enchantments of class EnchantmentFrostWalker(Frost Walker). [range: 1 ~ 10, default: 2]
I:EnchantmentFrostWalkerLvl=2
# The max level for the enchantments of class EnchantmentKnockback(Knockback). [range: 1 ~ 10, default: 2]
I:EnchantmentKnockbackLvl=2
# The max level for the enchantments of class EnchantmentLootBonus(Looting, Fortune and Luck of the Sea). [range: 1 ~ 10, default: 6]
I:EnchantmentLootBonusLvl=6
# The max level for the enchantments of class EnchantmentOxygen(Respiration). [range: 1 ~ 10, default: 3]
I:EnchantmentOxygenLvl=3
# The max level for the enchantments of class EnchantmentProtection(Protection, Fire Protection, Projectile Protection, Blast Protection and Feather Falling). [range: 1 ~ 10, default: 6]
I:EnchantmentProtectionLvl=6
# The max level for the enchantments of class EnchantmentThorns(Thorns). [range: 1 ~ 10, default: 3]
I:EnchantmentThornsLvl=3
# The max level for the enchantments of class EnchantmentWaterWalker(Depth Strider). [range: 1 ~ 10, default: 3]
I:EnchantmentWaterWalkerLvl=3
После этого находим чар уровень которого хотим увеличить(К примеру добыча, удача и везучий рыбак - их строки будут такими:
# The max level for the enchantments of class EnchantmentLootBonus(Looting, Fortune and Luck of the Sea). [range: 1 ~ 10, default: 6]
I:EnchantmentProtectionLvl=6
) и меняем всего 2 цифры(они должны быть одинаковыми) после слов "default:" и "Lvl:" К примеру давайте туже добычу сделать максимум 10 лвл, и тогда их строки будут выглядеть так:
# The max level for the enchantments of class EnchantmentLootBonus(Looting, Fortune and Luck of the Sea). [range: 1 ~ 10, default: 10]
I:EnchantmentProtectionLvl=10
P.S. Уровень некоторых зачарования нельзя редактировать по отдельности и сразу же редактируется пачка зачарований. Примеры из самого cfg файла:
Sharpness, Smite and Bane of Arthropods - Острота, Небесная кара и Бич членистоногих;
Looting, Fortune and Luck of the Sea - Добыча, Удача и Везучий рыбак;
Protection, Fire Protection, Projectile Protection, Blast Protection and Feather Falling - Защита, Огнеупорность, Защита от снарядов(Зос), Взрывоустойчивость и Невесомость.