-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement SSK Sword #35
base: master
Are you sure you want to change the base?
Conversation
Untested.
src/main/java/xyz/holocons/mc/holoitemsrevamp/item/SSKSwordBook.java
Outdated
Show resolved
Hide resolved
No longer an e-book.
Just tested; the main functionality seems to work. Still need to test other stuff (recipes, setting damage to negative, etc) |
Tested the recipe. Negative damage is overhealing. Will ask about that more in discord. |
So you know, Bukkit#addRecipe already registers the flipped recipes. There's no reason to manually reverse them like Klin did. And you don't need to put comments about left/right recipes or recipe0 or whatever. And PaperAPI 1.21 has an actual heal api method. We just don't have it yet since the project is depending on 1.20.1 |
Oh, 1.21 has a heal api method? I might pull #29 into draft then just so it can use that, even if it only really changes one line of code. |
Currently untested; I'll test it another time. I'm making the PR now if you want to check the code, though.
Task list below.