fsang18-breath #299

Open
FSang18 wants to merge 4 commits from FSang18/Palladium:fsang18-breath into 26.1/dev
Contributor

Adding new Breath ability which can increase or decrease the amount of max breath you have via provided percentage

Adding new Breath ability which can increase or decrease the amount of max breath you have via provided percentage
@ -30,4 +30,5 @@ public abstract class AbilitySerializer<T extends Ability> implements Documented
}
public abstract void addDocumentation(CodecDocumentationBuilder<Ability, T> builder, HolderLookup.Provider provider);
public static final DeferredHolder<AbilitySerializer<?>, BreathAbility.Serializer> BREATH = ABILITIES.register("breath", BreathAbility.Serializer::new);
Owner

You put this into the wrong file lol

You put this into the wrong file lol
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fsang18-breath:FSang18-fsang18-breath
git switch FSang18-fsang18-breath

Merge

Merge the changes and update on Forgejo.
git switch 26.1/dev
git merge --no-ff FSang18-fsang18-breath
git switch FSang18-fsang18-breath
git rebase 26.1/dev
git switch 26.1/dev
git merge --ff-only FSang18-fsang18-breath
git switch FSang18-fsang18-breath
git rebase 26.1/dev
git switch 26.1/dev
git merge --no-ff FSang18-fsang18-breath
git switch 26.1/dev
git merge --squash FSang18-fsang18-breath
git switch 26.1/dev
git merge --ff-only FSang18-fsang18-breath
git switch 26.1/dev
git merge FSang18-fsang18-breath
git push origin 26.1/dev
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ThreeTAG/Palladium!299
No description provided.