[Suggestion] Remove Step Assist from Flight's default requirements
Tomska95 opened this issue ยท 3 comments
Describe the bug
One of the three requirements for flight is actually step assist instead of jump boost.
To Reproduce
Steps to reproduce the behavior:
- Have Teleport, No fall damage and Jump boost injected.
- Try to inject Flight
- Flight fades away as it is looking for Step assist instead of Jump boost
Expected behavior
The requirement should be jump boost as that is what is listed in the guide book.
Additional context
Step assist can be extremely annoying especially when your movement speed is boosted and it doesn't have any benefit for a player that can fly. Jump Boost also makes more sense as a requirement for flight.
I think this is backwards actually. Jump Boost was the original requirement, but I thought that it would be annoying to force people to have jump boost, meanwhile Step Assist is basically always wanted (I thought) and is still relevant to moving upwards. The guide is outdated, rather than the requirements being wrong
You can replace the file /data/geneticsresequenced/geneticsresequenced/gene_requirements/flight.json with
{
"gene": "geneticsresequenced:flight",
"requirements": [
"geneticsresequenced:teleport",
"geneticsresequenced:jump_boost",
"geneticsresequenced:no_fall_damage"
]
}with KubeJS for now, if you want an instant fix. I'll get a third opinion on if Jump Boost or Step Assist is a better option