fsang18-breath #299
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ThreeTAG/Palladium!299
Loading…
Reference in a new issue
No description provided.
Delete branch "FSang18/Palladium:fsang18-breath"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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);You put this into the wrong file lol
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.