WIP: Improved elytra boost calculations #59

Draft
Darkyl wants to merge 1 commit from feat/improved-elytra-boost into staging
Owner

An attempt at improving how the elytra boost is calulated in Core: net.mathias2246.buildmc.spawnElytra.SpawnElytraUtil#applyRawBoost

Goal: Allow for more vertical velocity when looking straight up

Problems: Due to how Elytras work, looking diagonally up currently allows for the largest vertical boost

Input is much appreciated

An attempt at improving how the elytra boost is calulated in Core: net.mathias2246.buildmc.spawnElytra.SpawnElytraUtil#applyRawBoost Goal: Allow for more vertical velocity when looking straight up Problems: Due to how Elytras work, looking diagonally up currently allows for the largest vertical boost Input is much appreciated
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/improved-elytra-boost:feat/improved-elytra-boost
git switch feat/improved-elytra-boost

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch staging
git merge --no-ff feat/improved-elytra-boost
git switch feat/improved-elytra-boost
git rebase staging
git switch staging
git merge --ff-only feat/improved-elytra-boost
git switch feat/improved-elytra-boost
git rebase staging
git switch staging
git merge --no-ff feat/improved-elytra-boost
git switch staging
git merge --squash feat/improved-elytra-boost
git switch staging
git merge --ff-only feat/improved-elytra-boost
git switch staging
git merge feat/improved-elytra-boost
git push origin staging
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
BuildMC/BuildMC-Core-Plugin!59
No description provided.