{
  "disenchant_to_book": {
    "enabled": true,
    "consume_enchanted_item": true,
    "only_take_first": false,
    "cost_function": {
      "normal_factor": 1.0,
      "treasure_factor": 1.0,
      "type": "grindenchantments:count_levels"
    }
  },
  "move_enchantments": {
    "enabled": true,
    "cost_function": {
      "function": {
        "normal_factor": 1.0,
        "treasure_factor": 1.0,
        "type": "grindenchantments:count_levels"
      },
      "type": "grindenchantments:first_enchantment"
    }
  },
  "reset_repair_cost": {
    "enabled": false,
    "catalyst_items": "minecraft:diamond",
    "requires_enchantment": true,
    "cost_function": {
      "function": {
        "function": {
          "normal_factor": 1.0,
          "treasure_factor": 4.0,
          "type": "grindenchantments:count_levels"
        },
        "type": "grindenchantments:average_count"
      },
      "factor": 1.5,
      "offset": 4.0,
      "type": "grindenchantments:transform"
    }
  },
  "filter": {
    "enabled": true,
    "item": {
      "enchantments": [],
      "action": "deny"
    },
    "enchantment": {
      "enchantments": [],
      "action": "ignore"
    },
    "cursed_enchantments": "ignore"
  },
  "dedicated_server_options": {
    "alternative_cost_display_enabled": false
  },
  "treat_cost_as_points": false,
  "version": 5
}