Amethyst Imbuement

Amethyst Imbuement

2M Downloads

[server fabric 1.19.2] the mod is not considering my changes in the config file

Everthon-Silva opened this issue · 1 comments

commented

On my server im using the following settings on home/container/config/AMETHYST_IMBRUEMENT/ENCHANTMENTS_V1.JSON, but it's not working:

{
  "disableIncreaseMaxLevels": true,
  "enabledEnchants": {
    "amethyst_imbuement:bulwark": true,
    "amethyst_imbuement:cleaving": true,
    "amethyst_imbuement:heroic": true,
    "amethyst_imbuement:wasting": true,
    "amethyst_imbuement:deadly_shot": true,
    "amethyst_imbuement:puncturing": true,
    "amethyst_imbuement:insight": true,
    "amethyst_imbuement:lifesteal": true,
    "amethyst_imbuement:decayed": true,
    "amethyst_imbuement:contaminated": true,
    "amethyst_imbuement:multi_jump": true,
    "amethyst_imbuement:night_vision": true,
    "amethyst_imbuement:steadfast": true,
    "amethyst_imbuement:rain_of_thorns": true,
    "amethyst_imbuement:vein_miner": true
  },
  "aiEnchantMaxLevels": {
    "amethyst_imbuement:bulwark": 1,
    "amethyst_imbuement:cleaving": 3,
    "amethyst_imbuement:contaminated": 1,
    "amethyst_imbuement:deadly_shot": 3,
    "amethyst_imbuement:decayed": 1,
    "amethyst_imbuement:heroic": 7,
    "amethyst_imbuement:insight": 3,
    "amethyst_imbuement:lifesteal": 3,
    "amethyst_imbuement:multi_jump": 1,
    "amethyst_imbuement:night_vision": 1,
    "amethyst_imbuement:puncturing": 6,
    "amethyst_imbuement:rain_of_thorns": 3,
    "amethyst_imbuement:steadfast": 3,
    "amethyst_imbuement:vein_miner": 2,
    "amethyst_imbuement:wasting": 4
  },
  "vanillaEnchantMaxLevels": {
    "minecraft:bane_of_arthropods": 6,
    "minecraft:blast_protection": 4,
    "minecraft:efficiency": 6,
    "minecraft:feather_falling": 5,
    "minecraft:fire_aspect": 3,
    "minecraft:fire_protection": 4,
    "minecraft:fortune": 4,
    "minecraft:knockback": 4,
    "minecraft:looting": 3,
    "minecraft:loyalty": 4,
    "minecraft:lure": 4,
    "minecraft:piercing": 5,
    "minecraft:power": 5,
    "minecraft:protection": 4,
    "minecraft:quick_charge": 4,
    "minecraft:respiration": 4,
    "minecraft:sharpness": 5,
    "minecraft:smite": 5,
    "minecraft:sweeping": 4,
    "minecraft:thorns": 3,
    "minecraft:unbreaking": 3
  }
}

1.19.2
fabric 0.15.11

commented

Newest version 1.19-41 fixes this