Enchanting Smith
Features and Functionality
This modification introduces a new type of recipes for the smithing table that allows applying enchantments. You'll be able to enhance your items through special processing in the smithing table, adding the necessary magical properties to them.
Compatibility
Fabric loader:
- Minecraft 1.16.5 ✓ available
- Minecraft 1.20.1 ✓ available
Forge loader:
- Minecraft 1.16.5 ✓ available
NeoForge loader:
- Not supported
JSON Recipes
The mod supports adding recipes through JSON files, allowing you to personalize and expand the functionality:
{
"type": "enchanting_smith:upgrade",
"upgrade": {
"item": "item id (ex; minecraft:iron_ingot)",
"tag": "item tag id (ex; minecraft:water_buckets)"
},
"enchantment": "enchantment id (ex; minecraft:protection)"
}
Note: In the update block, you must specify either "item" or "tag"!