-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Support for stored enchantments of enchanted books #2866
Comments
i can confirm this. |
This isn't a bug, this is just the fact that Skript doesn't have an expression for stored enchantments on books. Ill mark this as a feature request. Hopefully we can get an expression for this in the future. |
if it can help you:
|
I forgot to add, until this is added directly to Skript, you can use what Anarchick showed above (which requires Skript-mirror), or I have also added it to SkBee https://skripthub.net/docs/?id=4071 |
Same goes for CondIsEnchanted, and probably more stuff |
Skript 2.8.2 same issue |
Description
Normally minecraft enchantsments in 1.15 are stored like so.
But when I use Skript to give me a mending book using the following script
give player enchanted book of mending
It gives me a book that looks like this and there for doesn't work as a mending book...
Steps to Reproduce
Run the following script and try to use the book in an anvil you can also compare it to a normal mending book (They have different name colors too...)
Expected Behavior
Enchantments should be stored as "StoredEnchantments" instead of "Enchantments"
Errors / Screenshots
Vanilla mending book:
![image](https://user-images.githubusercontent.com/1548975/77079813-d8e65100-69f8-11ea-9433-075c96e2cf7f.png)
Skript mending book:
![image](https://user-images.githubusercontent.com/1548975/77079793-d1bf4300-69f8-11ea-9959-2e24312b9288.png)
Server Information
The text was updated successfully, but these errors were encountered: