You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mod itself is good, but one thing kinda bothers me (it's not your fault but how Minecraft works): it's the fact that I can enchant any tool infinitely and get all the enchantments from it. For example, I can enchant a pickaxe non-stop and get infinite enchanting books, which kind of breaks the system in Minecraft and makes villagers somewhat useless for enchanting (except for mending). So, I wanted to know if it's possible to prevent a tool from getting its enchantments if it has already been enchanted on an enchanting table, or if that's simply impossible to determine.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
[...] makes villagers somewhat useless for enchanting
Well, they're not supposed to be the main source of enchantments, that's the enchanting table :)
But yes, this is not detectable in vanilla. The item stack only stores the enchantments on it, not where they came from. This is something that may be possible to fix, though – an option that disallows using the enchanting table on items that have previously been disenchanted, for example?
I like the idea, making it completly unenchantable once it has been disenchanted just once (still allowing for the other enchants to be removed if thbere are many)
I disagree, I like having the ability to do this. It still requires xp, you don't get enough back when you disenchant to where it becomes an infinite loop.
The mod itself is good, but one thing kinda bothers me (it's not your fault but how Minecraft works): it's the fact that I can enchant any tool infinitely and get all the enchantments from it. For example, I can enchant a pickaxe non-stop and get infinite enchanting books, which kind of breaks the system in Minecraft and makes villagers somewhat useless for enchanting (except for mending). So, I wanted to know if it's possible to prevent a tool from getting its enchantments if it has already been enchanted on an enchanting table, or if that's simply impossible to determine.
Thanks in advance.
The text was updated successfully, but these errors were encountered: