Minecraft Anvil Enchantments mod 2026 download
logo
minecraft mod Anvil Enchantments

Anvil Enchantments

Game Version: 1.12.2
Total Downloads: 113,516
Updated: Sep 22, 2018
Created: May 22, 2016
Download Anvil EnchantmentsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
AnvilEnchantments - Version 2.0.3 release 29.18 KB Sep 22, 2018 1.12.2 16,010 download Anvil Enchantments AnvilEnchantments - Version 2.0.3 releaseDownload
Anvil Enchantments - Version 2.0.2 release 31.66 KB Aug 10, 2018 1.12.2 58,613 download Anvil Enchantments Anvil Enchantments - Version 2.0.2 releaseDownload
Anvil Enchantments - 2.0.0 release 25.58 KB Aug 6, 2018 1.12.2 248 download Anvil Enchantments Anvil Enchantments - 2.0.0 releaseDownload
Anvil Enchantments - 1.4.0.0 release 14.18 KB Jan 8, 2018 1.12.2 8,498 download Anvil Enchantments Anvil Enchantments - 1.4.0.0 releaseDownload
Anvil Enchantments - 1.2.2.0 release 8.59 KB Jul 14, 2016 1.10.2 16,823 download Anvil Enchantments Anvil Enchantments - 1.2.2.0 releaseDownload
Anvil Enchantments - 1.2.1.3 release 7.98 KB Jul 3, 2016 1.10.2 482 download Anvil Enchantments Anvil Enchantments - 1.2.1.3 releaseDownload
Anvil Enchantments - 1.1.1.3 release 7.96 KB Jun 10, 2016 1.9.4 1,211 download Anvil Enchantments Anvil Enchantments - 1.1.1.3 releaseDownload
Anvil Enchantments - 1.3.1.1 beta 14.63 KB Mar 14, 2017 1.11.2 7,398 download Anvil Enchantments Anvil Enchantments - 1.3.1.1 betaDownload
Anvil Enchantments - 1.3.1 beta 14.54 KB Mar 14, 2017 1.11.2 171 download Anvil Enchantments Anvil Enchantments - 1.3.1 betaDownload
Anvil Enchantments - 1.3.0 beta 11.43 KB Mar 11, 2017 1.11.2 195 download Anvil Enchantments Anvil Enchantments - 1.3.0 betaDownload
Anvil Enchantments - 1.0.1.3 beta 7.96 KB Jun 8, 2016 1.9 668 download Anvil Enchantments Anvil Enchantments - 1.0.1.3 betaDownload
Anvil Enchantments - 1.0.1.2 beta 8.19 KB Jun 2, 2016 1.9 235 download Anvil Enchantments Anvil Enchantments - 1.0.1.2 betaDownload
Anvil Enchantments - 1.0.1.1 beta 7.88 KB May 30, 2016 1.9 203 download Anvil Enchantments Anvil Enchantments - 1.0.1.1 betaDownload
Anvil Enchantments 1.0.1.0 beta 7.95 KB May 23, 2016 1.9 361 download Anvil Enchantments Anvil Enchantments 1.0.1.0 betaDownload
Anvil Enchantments 1.0.0.0 beta 7.81 KB May 22, 2016 1.9 231 download Anvil Enchantments Anvil Enchantments 1.0.0.0 betaDownload

Description

Share this:

Information

 

Tired of wasting levels to get a single enchantment? Than this is the mod for you!

 

Anvil Enchantments adds Anvil Recipes for Level 1 Enchanted Books of every single vanilla enchantment, allowing you to craft any enchantment in the game! 

 


Code and Rights

 

All Source code is Available at https://github.com/lazerzes/Anvil-Enchantments

 

Please note the GPLv3 License!

 

You are allowed to include this within modpacks!

 

This mod has plugin functionality for mod developers(as of version 2.0.1). If you would like your mod to be compatible with AnvilEnchantments, or would like to use AnvilEnchantments to handle Anvil Recipes, you can create a plugin. Creating a plugin is simple click here for a tutorial!


Recipes can be found with JEI(as of Version 1.3.1.0).

Recipe Hints can be found with Guide-API(As of Version 2.0)(WIP).


Adding/Editing Recipes:

Recipes can be edited by going into the config files. After initialization there will be an anvils folder with a recipes folder inside of it. Each recipe should have its own json file.

Default Exmaple:

{
  "recipeName": "Aqua Affinity",
  "anvilLeft": {
    "registry": {
      "domain": "minecraft",
      "path": "book"
    },
    "count": 1,
    "meta": 0
  },
  "anvilRight": {
    "registry": {
      "domain": "minecraft",
      "path": "waterlily"
    },
    "count": 1,
    "meta": 0
  },
  "anvilOutput": {
    "registry": {
      "domain": "minecraft",
      "path": "enchanted_book"
  },
    "nbt": {
      "data": "{StoredEnchantments:[{lvl:1s,id:6s}]}"
    },
    "count": 1,
    "meta": 0
},
  "anvilLevelCost": 5,
  "showRecipe": true
}


 

 

A note, if a mod makes changes to anything in base Minecraft, it may cause recipes of the base mod to fail.

As these issues are cause by other mods and due to the fact that going into the configs can solve this issues, creating a workaround for this is not very high priority for me. Sorry!

Comments

Add a comment