-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.16.5 Bug] Enchanted books with overhigh level can be used unrestrictedly on anvil #4687
Comments
I'm not sure what the issue is you're describing here? If you are giving yourself a book with commands it will always bypass any restrictions as nbt is not validated. i.e. You could reproduce the last step without even having Quark installed |
You may misunderstand. In vanilla, enchanted book are always restricted. You CANNOT use enchanted book with overhigh level, no matter it's from command or another way, (diamond sword + unbreaking IV = diamond sword with unbreaking III). But if you install Quark, you CAN use overhigh level enchanted book unexpectedly.(diamond sword + unbreaking IV = diamond sword with unbreaking IV). |
I mean that's one of the ancient tomes uses, to make enchanted books with a higher level than normal, you need to be able to combine an item with a over-enchanted book to get an over-enchanted item |
Ancient tomes can only make enchanted items have the higtest level+1 (diamond sword with unbreaking 3 + ancient tome with unbreaking 3 = diamond sword with unbreaking 4). That is in normal circumstances. |
How do you expect to get books higher then the max level in vanilla? quark doesnt magically let those books spawn, it only raises the max limit so tomes work |
Tomes do works as expected. But quark removed the restriction of enchanted book unexpectly. Any level of enchanted book can be used on anvil. |
In vanilla, if you use an overhigh level enchanted book (like protection 5 > 4) on anvil, the game will treat it as max level. But quark can make those overhigh level book to use on anvil unrestrictedly.
/give @s minecraft:diamond_helmet{RepairCost:34}
/give @s minecraft:enchanted_book{StoredEnchantments:[{id:"minecraft:protection",lvl:4}]}
/give @s minecraft:enchanted_book{StoredEnchantments:[{id:"minecraft:protection",lvl:5}]}
Minecraft 1.16.5 Forge 36.2.35 Quark r2.4-322
The text was updated successfully, but these errors were encountered: