Technical
This page explains the various configuration files of the NeoEnchant datapack and how they can be customized to fit your needs.
Introduction
View the linked pages to see available modifications for block or entity lists. For example, if you want to change which blocks Bedrock Breaker can't break, these resources provide the necessary guidance.
Modifying Enchantments in NeoEnchant
This sections explains how to modify enchantment files to balance them according to your preferences.
Where to Find Enchantment Files
Enchantment files are located in the data/enchantplus/enchantment/
directory, organized by the type of item they apply to:
armor/
- Enchantments for all armor pieceshelmet/
,chestplate/
,leggings/
,boots/
- Specific armor piecessword/
,bow/
,trident/
,mace/
- Weapon enchantmentspickaxe/
,axe/
,hoe/
- Tool enchantmentselytra/
- Elytra-specific enchantmentsmounted/
- Mount equipment enchantmentstools/
- General tool enchantmentsdurability/
- Durability-related enchantments
Understanding Enchantment Files
Enchantment files are in JSON format and contain several important sections, json is a format that's easy to understand, look at.
Example with Life+
The Life+ enchantment (armor/lifeplus.json
) adds extra health to the player. By default, it adds 2 health points (1 heart) per level. And the Content. Here's an example of how to increase the number of hearts per level.
Last updated