Skip to content
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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Implement SSK Sword #35

wants to merge 8 commits into from

Conversation

cpaca
Copy link
Contributor

@cpaca cpaca commented Jun 29, 2024

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.

  • Test Main Functionality
  • Test Recipe
  • Test fire aspect special-case
  • What to do with overheal?

@cpaca cpaca marked this pull request as draft June 29, 2024 05:01
@cpaca
Copy link
Contributor Author

cpaca commented Jul 6, 2024

Just tested; the main functionality seems to work. Still need to test other stuff (recipes, setting damage to negative, etc)

@cpaca
Copy link
Contributor Author

cpaca commented Jul 6, 2024

Tested the recipe.

Negative damage is overhealing. Will ask about that more in discord.

@dlee13
Copy link
Collaborator

dlee13 commented Jul 8, 2024

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

@cpaca
Copy link
Contributor Author

cpaca commented Jul 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants