Enchanting Templates

Quick rating

Enchanting Templates

No reviews yet

Simplicity enchanting with recources from exploration

QoL & Tweaks
MCreator
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
enchanting_templates-2.1.0-neoforge-1.21.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod is supposed to make enchanting less boring/luck based by introducing 16 Enchanting Templates.
These have been inspired by the Netherite Smithing Template.
They are made with vanilla recouces found all over the minecraft world, which can all be collected fairly early game.

There are no Enchanting Templates for the Mace specific Enchantments.

To make an Enchanting Template, you first need an Empty Enchanting Template, which is made with 6 Lapis. This keeps lapis as an important ingredient for enchanting.
To get higher lvl enchants, you also still need bookshelves in the same formation as normal, now just with the Enchantsmithing Table instead of the Enchanting Table.

The GUI of the Enchantsmithing Table is made to help you understand its mechanics.
description_04c89b75-109e-46e6-888f-0d1675899711.png
You have 3 slots:

  • Enchanting Template (this item holds the Enchants);
  • Enchantable (this item chooses which Enchant you get from the Template);
  • Book (this item turns into an Enchanted Book with the chosen Enchant).

The number in the top right is the amount of detected Bookshelves around the Table. (should work with modded Bookshelves).

On every button in the bottom right you see how many bookshelves you need for that Enchant.
Bottom left on the button is the XP you need and what LVL you would be if you only have that much XP. Enchanting takes XP, not LVLs, so you will barely notice the price on higher LVLs.
On the top of the buttons you see which Enchant and Enchant LVL you will get.

On the left you see how the bookshelves should be placed.

Every Enchanting Template shows you in their tooltip all information you need to know.
The red letter/enchantment shows incompatibilities. Enchants are incompatible with Enchants with same same letter or with the enchant name.
description_362c70b5-2f0e-4068-8ba9-8c6697b1aeef.png

How to make a custom Enchanting Template for your mod

Since this mod uses the json recipe system, you need to add a recipe under
data/mod_id/recipe

The json format is as follows:

{
"type": "enchanting_templates:enchantsmithing",
"ingredients": [
{
"item": "mod_id:template_id"
},
{
"tag": "mod_id:enchantable_tag_id"
}
],
"strings": [
"enchant:mod_id:enchant_id",
"books:amount_of_bookshelves_needed_for_max_level_enchant"
],
"outputs": [
{
"id": "minecraft:book",
"count": 1
}
]
}

Example:
Location: data/enchanting_templates/recipe
Name: water_proficient_depth_strider.json

{
"type": "enchanting_templates:enchantsmithing",
"ingredients": [
{
"item": "enchanting_templates:enchanting_template_water_proficient"
},
{
"tag": "minecraft:enchantable/foot_armor"
}
],
"strings": [
"enchant:minecraft:depth_strider",
"books:12"
],
"outputs": [
{
"id": "minecraft:book",
"count": 1
}
]
}

Both "tag" and "item" can be replaced with the other, with the second ingredient always being the one that isn't consumed.

Item descriptions need to be made seperatly.

You can disable a recipe by setting the output "id" to minecraft:air.

My Enchantsmithing recipes are named Unique_template_name_enchant (example: water_proficient_depth_strider).

_____________________________________________________________________

Check media for all crafting recipes and item descriptions

Mod state: finished. Will eventually get a 26.1 update with some small changes.

Feel free to comment bugs and suggestions.
Feel free to port this mod over to another site/app/modloader/version.
Feel free to put it in a modpack.

Screenshots

Gallery

  • enchanting_gui.png
    enchanting_gui.png enchanting_gui.png
  • enchantsmithingtable_recipe.png
    enchantsmithingtable_recipe.png enchantsmithingtable_recipe.png
  • empty_template_recipe.png
    empty_template_recipe.png empty_template_recipe.png
  • sharp_recipe.png
    sharp_recipe.png sharp_recipe.png
  • silk_proficient_recipe.png
    silk_proficient_recipe.png silk_proficient_recipe.png
  • pricky_recipe.png
    pricky_recipe.png pricky_recipe.png
  • frost_walker_recipe.png
    frost_walker_recipe.png frost_walker_recipe.png
  • fire_proficient_recipe.png
    fire_proficient_recipe.png fire_proficient_recipe.png
  • holy_recipe.png
    holy_recipe.png holy_recipe.png
  • mending_recipe.png
    mending_recipe.png mending_recipe.png
  • unbreaking_recipe.png
    unbreaking_recipe.png unbreaking_recipe.png
  • loyalty_recipe.png
    loyalty_recipe.png loyalty_recipe.png
  • lucky_recipe.png
    lucky_recipe.png lucky_recipe.png
  • ocean_proficient_recipe.png
    ocean_proficient_recipe.png ocean_proficient_recipe.png
  • soul_proficient_recipe.png
    soul_proficient_recipe.png soul_proficient_recipe.png
  • water_proficient_recipe.png
    water_proficient_recipe.png water_proficient_recipe.png
  • pointy_recipe.png
    pointy_recipe.png pointy_recipe.png
  • channeling_recipe.png
    channeling_recipe.png channeling_recipe.png
  • arachnid_proficient_recipe.png
    arachnid_proficient_recipe.png arachnid_proficient_recipe.png
  • unbreaking.png
    unbreaking.png unbreaking.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works