promotional bannermobile promotional banner

Additional Enchantments

Adds new enchantments to the game

File Details

Additional Enchantments 1.20.1 - 1.3.0

  • R
  • Dec 17, 2025
  • 399.91 KB
  • 8.4K
  • 1.20.1+1
  • Forge + 1

File Name

additional_enchantments-1.20.1-1.3.0-all.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:additional-enchantments-965249:7344078")

NeoForge

implementation fg.deobf("curse.maven:additional-enchantments-965249:7344078")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Warning: Backup your configs

Treasure Finder / Ore Vision

Ore Sight has been removed and its functionality merged with Treasure Finder

  • Existing items with Ore Sight should automatically update and switch to Treasure Finder

Treasure Finder

The config has been extended and allows different ways to render per block / enchantment level

The display types are:

  • GLOW
  • X_RAY_OUTLINE
  • PARTICLES

A config entry looks like this:

[[treasure_finder.entries]]
	resource = "#forge:ores/emerald"
	from_level = 4
	to_level = -1
	range = 16.0
	color_shift_rate = 1.0
	display_type = "X_RAY_OUTLINE"
	[[treasure_finder.entries.colors]]
		color = "dark_green"
		alpha = 0.15
	[[treasure_finder.entries.colors]]
		color = "green"
		alpha = 0.15
	[[treasure_finder.entries.colors]]
		color = "#55ff88"
		alpha = 0.15

from- / to level determine to which enchantment level this config applies (-1 meaning that it applies to any higher levels as well)

When multiple color entries exist the display will shift through them at the specified rate

Tipped

Added two config entries for tipped

  • tipped_cooldown (default 0), which prevents new tipped applications until the cooldown has finished
  • tipped_scale_cooldown_with_level, which (if enabled) increases the cooldown by multiplying it with the enchantment level)