promotional bannermobile promotional banner

Precision Enchanter

Have more control over enchanting! Remove the randomness by crafting and removing specific enchantments.

File Details

1.19.2-1.0.0

  • R
  • Mar 24, 2023
  • 491.74 KB
  • 2.4K
  • 1.19.2
  • Forge

File Name

precisionenchanter-1.19.2-1.0.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:precision-enchanter-822680:4454680")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Add recipes for enchantments from other mods
    • CoFH Core
    • Ensorcellation
    • Twilight Forest
    • Apotheosis
    • VanillaTweaks
  • Add support for registration conditions in enchantment recipes
    • mod_loaded: Checks if a mod is loaded
    • apotheosis_module: Checks if an Apotheosis module is enabled
    • cofh_enabled: Checks if a CoFH Core-based enchantment is enabled
    • tag_exists: Checks if an item tag has any entries in it
    • not: Inverts the condition
    • and: Resolves true if all conditions are true
    • or: Resolves true if at least one condition is true
    • xor: Resolves true if all conditions resolve the same
  • Add client configuration option to display enchantment levels in Enchanter's Workbench and Precision Grindstone as numbers rather than Roman numerals
  • Expand /precisionenchanter checkrecipes command to find all enchantments that don't have a registered enchantment recipe
  • Add optional parameter to /precisionenchanter checkrecipes command: impossible|free|missing
  • Rename creative mode tab title from "Precision Enchanting"
  • Enchantment instances with levels above 9 are now sorted correctly in the Enchanter's Workbench
  • Fix recipes in the Enchanter's Workbench not appearing until interacting with it at least twice in multiplayer
  • Cost of previewed enchantment recipe now appears in multiplayer
  • Fix crash caused by registering an enchantment recipe with an unregistered item
  • Fix crash caused by registering an enchantment recipe with no ingredients or no resulting enchantment
  • Reloading server data no longer deletes all enchantment recipes
  • Hovering over the recipes tablet button in the Enchanter's Workbench now displays "Show|Hide Recipes" (1.18.2, 1.19.2)